Skip to content

Commit

Permalink
CI: update artifact actions to v4
Browse files Browse the repository at this point in the history
GitHub has deprecated v1 and v2 of the artifact actions. As such update
the CI to the latest artifact version.

Signed-off-by: Tyrel Datwyler <[email protected]>
  • Loading branch information
tyreld committed Sep 18, 2024
1 parent 06c9922 commit dcaf1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Collect config.log
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: config.log
path: ./config.log
Expand Down

0 comments on commit dcaf1a2

Please sign in to comment.