Skip to content

Commit

Permalink
Merge pull request #86 from crazy-max/bump-upload-artifact
Browse files Browse the repository at this point in the history
Bump actions/upload-artifact to 4
  • Loading branch information
crazy-max authored Sep 29, 2024
2 parents 0d322e3 + 2613bf7 commit beca560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
-
name: Upload artifacts
if: matrix.alpine_version == env.ALPINE_LATEST
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: s6-overlay
path: ./dist/*
Expand Down

0 comments on commit beca560

Please sign in to comment.