Skip to content

Commit

Permalink
#367 - Align upload and download artifact versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamforka committed Nov 11, 2024
1 parent c018cb9 commit 02abb3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Build package
run: ./scripts/cd.py --build
- name: Upload built distributions
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
2 changes: 1 addition & 1 deletion .github/workflows/_upload-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
exit 1
fi
- name: Download built distributions
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand Down

0 comments on commit 02abb3c

Please sign in to comment.