Skip to content

Commit 927e16a

Browse files
chore(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.3...v4.3.4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fd4922d commit 927e16a

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
@@ -89,7 +89,7 @@ jobs:
8989
if: matrix.build != 'aarch64-linux'
9090
run: cargo build
9191

92-
- uses: actions/upload-artifact@v4.3.3
92+
- uses: actions/upload-artifact@v4.3.4
9393
with:
9494
name: bins-${{ matrix.build }}
9595
# 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
@@ -77,7 +77,7 @@ jobs:
7777
cp "target/${{ matrix.target }}/release/$BIN_NAME" "dist/"
7878
fi
7979
80-
- uses: actions/upload-artifact@v4.3.3
80+
- uses: actions/upload-artifact@v4.3.4
8181
with:
8282
name: cotp-${{ matrix.build }}
8383
path: dist

0 commit comments

Comments
 (0)