Skip to content

Commit f129808

Browse files
committed
Update actions/upload-artifact action to v6
1 parent 4c325e6 commit f129808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
install -Dm644 "LICENSE" "rockpass-${GITHUB_REF##*/}-${GITHUB_SHA}-linux-amd64/LICENSE"
2525
echo "version=${GITHUB_REF##*/}-${GITHUB_SHA}-linux-amd64" >> $GITHUB_OUTPUT
2626
- name: Archive current compilation
27-
uses: actions/upload-artifact@v4
27+
uses: actions/upload-artifact@v6
2828
with:
2929
name: "rockpass-${{ steps.package-current.outputs.version }}"
3030
path: "rockpass-${{ steps.package-current.outputs.version }}/"

0 commit comments

Comments
 (0)