Skip to content

Commit

Permalink
Update create_api.yml
Browse files Browse the repository at this point in the history
updates depreciated upload-artifact version
  • Loading branch information
sei-dupdyke authored Sep 25, 2024
1 parent c856cc3 commit cb50fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
docker save dustinupdyke/ghosts:latest > ghosts-api.tar
- name: Upload TAR file as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ghosts-api
path: ghosts-api.tar

0 comments on commit cb50fa7

Please sign in to comment.