Skip to content

Commit

Permalink
bump upload-artifact to v4
Browse files Browse the repository at this point in the history
actions/upload-artifact@v2 was deprecated on June 30 2024. https://github.com/actions/upload-artifact
  • Loading branch information
tompollard committed Sep 4, 2024
1 parent 546b074 commit 5ef667e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Upload physionet image
if: github.ref == 'refs/heads/dev' || github.event.inputs.publish_tag
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: physionet
path: /tmp/physionet.tar.gz
Expand Down

0 comments on commit 5ef667e

Please sign in to comment.