Skip to content

Commit

Permalink
Merge pull request #368 from TheHive-Project/367-align-upload-and-dow…
Browse files Browse the repository at this point in the history
…nload-artifact-github-action-versions

#367 - Align upload and download artifact versions
  • Loading branch information
Kamforka authored Nov 11, 2024
2 parents c018cb9 + 02abb3c commit da08ad3
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 da08ad3

Please sign in to comment.