Skip to content

Commit

Permalink
Bump download and upload artifact actions from version 3 to 4 (#137)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakub Kuczys <me@jacken.men>
  • Loading branch information
dependabot[bot] and Jackenmen committed Sep 4, 2024
1 parent a9c1d6a commit 36a0e79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: python -m twine check dist/*

- name: Upload packaged distributions
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-output
path: ./dist
Expand All @@ -42,7 +42,7 @@ jobs:
id-token: write
steps:
- name: Download packaged distributions
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build-output
path: dist/
Expand Down

0 comments on commit 36a0e79

Please sign in to comment.