Skip to content

Commit

Permalink
bump actions/upload-artifact from v2 to v4 (#2286)
Browse files Browse the repository at this point in the history
Our Docker build action currently uses `actions/upload-artifact@v2` to
upload the PhysioNet image to DockerHub. v2 was deprecated on 30 June
2024: https://github.com/actions/upload-artifact

> actions/upload-artifact@v3 is scheduled for deprecation on November
30, 2024. [Learn
more.](https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/)
Similarly, v1/v2 are scheduled for deprecation on June 30, 2024. Please
update your workflow to use v4 of the artifact actions. This deprecation
will not impact any existing versions of GitHub Enterprise Server being
used by customers.
  • Loading branch information
tompollard authored Sep 4, 2024
2 parents 546b074 + 5ef667e commit 1280126
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 1280126

Please sign in to comment.