Skip to content

Commit

Permalink
update actions/upload-artifact (v2 got deprecated)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Sep 13, 2024
1 parent 616622a commit 2f942e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,12 @@ jobs:
run: nox -vs integration -p ${{ env.PYTHON_DEFAULT_VERSION }} -- --sut=${{ steps.bundle.outputs.sut_path }} -m "require_secrets" --cleanup
- name: Upload assets
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: ${{ steps.bundle.outputs.asset_path }}
if-no-files-found: warn
retention-days: 7
overwrite: true
test-windows-bundle:
timeout-minutes: 90
needs: cleanup_buckets
Expand Down Expand Up @@ -235,11 +236,12 @@ jobs:
run: nox -vs integration -p ${{ env.PYTHON_DEFAULT_VERSION }} -- --sut=${{ steps.bundle.outputs.sut_path }} -m "require_secrets" --cleanup
- name: Upload assets
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: ${{ steps.bundle.outputs.asset_path }}
if-no-files-found: warn
retention-days: 7
overwrite: true
doc:
timeout-minutes: 30
needs: build
Expand Down

0 comments on commit 2f942e0

Please sign in to comment.