Skip to content

Commit 2340f94

Browse files
Bump actions/upload-artifact from 4.3.2 to 4.3.3 (#578)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.2...v4.3.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dcc558c commit 2340f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
if [[ "${{ matrix.build }}" =~ "linux" ]]; then
131131
cp "target/${{ matrix.target }}/debian/rustscan_${TAG}_amd64.deb" "dist/"
132132
fi
133-
- uses: actions/[email protected].2
133+
- uses: actions/[email protected].3
134134
with:
135135
name: bins-${{ matrix.build }}
136136
path: dist

0 commit comments

Comments
 (0)