Skip to content

Commit

Permalink
Use new version of upload / download actions
Browse files Browse the repository at this point in the history
  • Loading branch information
trin94 committed Jan 28, 2024
1 parent 6cfad1e commit 3ecc0ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
execute source venv/bin/activate
execute just build
- name: 'Upload Build Artifact'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: build/release
name: release-build-artifact
Expand All @@ -63,7 +63,7 @@ jobs:
- name: 'Checkout Repository'
uses: actions/checkout@v4
- name: 'Download Build Artifact'
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: build/release
name: release-build-artifact
Expand Down

0 comments on commit 3ecc0ae

Please sign in to comment.