Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 95e97bd commit 50ed9bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Check metadata
run: pipx run twine check dist/*

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: dist/*.tar.gz

Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:

CIBW_TEST_SKIP: ${{ matrix.cibw_test_skip }}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
id: uploadAttempt1
continue-on-error: true
with:
Expand All @@ -204,7 +204,7 @@ jobs:

# Retry upload if first attempt failed. This happens somewhat randomly and for irregular reasons.
# Logic is a duplicate of previous step.
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
id: uploadAttempt2
if: steps.uploadAttempt1.outcome == 'failure'
continue-on-error: false
Expand Down

0 comments on commit 50ed9bc

Please sign in to comment.