Skip to content

Commit b3f02d5

Browse files
dependabot[bot]sni
authored andcommitted
build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fdfe254 commit b3f02d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ jobs:
459459
echo "Building ${{ env.BIN }}.apk"
460460
GOOS=${{ matrix.go-os }} GOARCH=${{ matrix.go-arch }} VERSION=${{needs.get-version.outputs.version}} make apk
461461
mv snclient*.apk ${{ env.BIN }}.apk
462-
- uses: actions/[email protected].0
462+
- uses: actions/[email protected].1
463463
with:
464464
name: "${{ env.BIN }}.apk"
465465
path: "${{ env.BIN }}.apk"

0 commit comments

Comments
 (0)