Skip to content

Commit 66de4e7

Browse files
authored
Merge pull request #669 from RustScan/dependabot/github_actions/actions/upload-artifact-4.4.3
Bump actions/upload-artifact from 4.3.4 to 4.4.3
2 parents 5198994 + 7edff6d commit 66de4e7

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
@@ -128,7 +128,7 @@ jobs:
128128
cp "target/${{ matrix.target }}/debian/rustscan_${TAG}_amd64.deb" "dist/" || true
129129
fi
130130
131-
- uses: actions/upload-artifact@v4.3.4
131+
- uses: actions/upload-artifact@v4.4.3
132132
with:
133133
name: bins-${{ matrix.build }}
134134
path: dist

0 commit comments

Comments
 (0)