Skip to content

Commit f122818

Browse files
Merge pull request #27 from software-artificer/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 702351d + 26abc90 commit f122818

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
@@ -25,7 +25,7 @@ jobs:
2525
mctrlrs static/ templates/ config.yml
2626
env:
2727
BZIP: --best
28-
- uses: actions/upload-artifact@v5
28+
- uses: actions/upload-artifact@v6
2929
with:
3030
name: x86_64-linux
3131
path: "mctrlrs-${{ github.ref_name }}-x86_64-linux.tar.bz2"

0 commit comments

Comments
 (0)