Skip to content

Commit

Permalink
Merge pull request #40 from diddlesnaps/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
lucyllewy authored Mar 7, 2024
2 parents bc3d5eb + dfc685e commit 0608c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
id: save_image
run: |
echo image_name="$(echo "${{matrix.base.snap}}-${{matrix.platform}}.tar" | sed 's|/|_|g')" >> $GITHUB_OUTPUT
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ steps.save_image.outputs.image_name }}
path: ./test-image.tar
Expand Down

0 comments on commit 0608c17

Please sign in to comment.