Skip to content

Commit f3cc160

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/upload-artifact-7.0.0' into deps/update-deps
2 parents 136adff + 3f1674c commit f3cc160

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
if: matrix.build != 'aarch64-linux'
9494
run: cargo build
9595

96-
- uses: actions/upload-artifact@v5.0.0
96+
- uses: actions/upload-artifact@v7.0.0
9797
with:
9898
name: bins-${{ matrix.build }}
9999
# Two paths, the first for x86_64 jobs, the second for aarch64.

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
cp "target/${{ matrix.target }}/release/$BIN_NAME" "dist/"
8080
fi
8181
82-
- uses: actions/upload-artifact@v5.0.0
82+
- uses: actions/upload-artifact@v7.0.0
8383
with:
8484
name: cotp-${{ matrix.build }}
8585
path: dist

0 commit comments

Comments
 (0)