Skip to content

Commit

Permalink
Merge pull request #31 from endlessm/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4

build(deps): bump actions/upload-artifact from 2 to 4
  • Loading branch information
wjt authored Sep 5, 2024
2 parents c9fed63 + 46199b4 commit 752770c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Save Docker Image
run: docker save amp > docker-image.tar
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: image
path: docker-image.tar
Expand Down

0 comments on commit 752770c

Please sign in to comment.