Skip to content

Commit

Permalink
Merge pull request #627 from intersystems/fix-upload-artifact
Browse files Browse the repository at this point in the history
chore(ci): update upload-artifact to v4
  • Loading branch information
isc-tleavitt authored Nov 20, 2024
2 parents 421b8eb + ae79d2d commit 78b4943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
EOF
docker container stop $CONTAINER
- name: Upload Image
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: zpmimage
path: /tmp/zpmimage.tar
Expand Down

0 comments on commit 78b4943

Please sign in to comment.