Skip to content

Commit

Permalink
Trying artifacts v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tblanarik authored Sep 9, 2024
1 parent 0e5b06f commit ca6c26b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_hamalertspotbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: zip release.zip ./* -r

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python-app
path: |
Expand All @@ -56,7 +56,7 @@ jobs:

steps:
- name: Download artifact from build job
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-app

Expand Down

0 comments on commit ca6c26b

Please sign in to comment.