Skip to content

Commit

Permalink
Update dependency example (#2802)
Browse files Browse the repository at this point in the history
upload-artifact v2 is no longer recommended

Co-authored-by: Xavier FACQ <xavierfacq@users.noreply.github.com>
  • Loading branch information
tellison and xavierfacq committed Apr 25, 2024
1 parent dce560d commit 7ee458f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/asciidoc-pages/docs/aqavit-verification/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
build_list: ${{ matrix.suite }}
target: _${{ matrix.target }}.${{ matrix.suite }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: always() # Always run this step (even if the tests failed)
with:
name: test_output
Expand Down

0 comments on commit 7ee458f

Please sign in to comment.