Skip to content

Commit

Permalink
Latest upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
teeks99 committed Oct 31, 2024
1 parent d19e9f7 commit 5ff3b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: run-build
run: python3 build_package.py --set-version ${{ steps.hash.outputs.sha_short }}
- name: artifact package
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: package
path: dist/weewx-json_${{ steps.hash.outputs.sha_short }}.tar.gz

0 comments on commit 5ff3b63

Please sign in to comment.