Skip to content

Commit

Permalink
ci: updated to actions/upload-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Jan 31, 2024
1 parent 6bf7c08 commit b022753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
source venv/bin/activate || source venv/Scripts/activate
make package
- name: Upload package
uses: actions/upload-artifact@v2-preview
uses: actions/upload-artifact@v4
with:
name: builds-${{ runner.os }}-py${{ matrix.python_version }}
path: dist/aw-qt

0 comments on commit b022753

Please sign in to comment.