Skip to content

Commit

Permalink
Update dependency example
Browse files Browse the repository at this point in the history
upload-artifact v2 is no longer recommended
  • Loading branch information
tellison committed Apr 24, 2024
1 parent ae75c36 commit 6a700f9
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 6a700f9

Please sign in to comment.