We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af47d88 commit 4753d90Copy full SHA for 4753d90
.github/workflows/Node.yml
@@ -87,7 +87,7 @@ jobs:
87
- run: pnpm run prepublishOnly
88
working-directory: .
89
90
- - uses: actions/upload-artifact@v4.4.0
+ - uses: actions/upload-artifact@v4.5.0
91
with:
92
name: .-Node-${{ matrix.node-version }}-Target
93
path: ./Target
.github/workflows/Rust.yml
@@ -63,7 +63,7 @@ jobs:
63
profile: minimal
64
toolchain: ${{ matrix.toolchain }}
65
66
- - uses: actions/cache@v4.0.2
+ - uses: actions/cache@v4.2.0
67
68
path: |
69
~/.cargo/bin/
0 commit comments