Skip to content

Commit 30175a1

Browse files
chore(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be443e3 commit 30175a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v4.6.2
96+
- uses: actions/upload-artifact@v5.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@v4.6.2
82+
- uses: actions/upload-artifact@v5.0.0
8383
with:
8484
name: cotp-${{ matrix.build }}
8585
path: dist

0 commit comments

Comments
 (0)