Skip to content

Commit

Permalink
updated gh workflow - upload-artifact now v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycook123 committed Dec 4, 2024
1 parent d207082 commit 2b17185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
tar -czf release-${{ env.RELEASE_VERSION }}.tar.gz microservices
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: release-${{ env.RELEASE_VERSION }}
path: release-${{ env.RELEASE_VERSION }}.tar.gz
Expand Down

0 comments on commit 2b17185

Please sign in to comment.