Skip to content

Commit

Permalink
Merge pull request #4 from tblanarik/tblanarik/artifacts-v4
Browse files Browse the repository at this point in the history
Trying artifacts v4
  • Loading branch information
tblanarik authored Sep 9, 2024
2 parents 0e5b06f + ca6c26b commit 32a2852
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 32a2852

Please sign in to comment.