Skip to content

Commit 4753d90

Browse files
1 parent af47d88 commit 4753d90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Node.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- run: pnpm run prepublishOnly
8888
working-directory: .
8989

90-
- uses: actions/upload-artifact@v4.4.0
90+
- uses: actions/upload-artifact@v4.5.0
9191
with:
9292
name: .-Node-${{ matrix.node-version }}-Target
9393
path: ./Target

.github/workflows/Rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
profile: minimal
6464
toolchain: ${{ matrix.toolchain }}
6565

66-
- uses: actions/cache@v4.0.2
66+
- uses: actions/cache@v4.2.0
6767
with:
6868
path: |
6969
~/.cargo/bin/

0 commit comments

Comments
 (0)