Skip to content

Commit

Permalink
kernel-shark: In CI switch to v4 of the artefact actions
Browse files Browse the repository at this point in the history
This change is not relevant for KernelShark itself but only for
the Github action CI. With the introduction of v4,  Github
deprecates v1 and v2 of upload-artefact/download-artefact actions.

Signed-off-by: Yordan Karadzhov <[email protected]>
  • Loading branch information
yordan-karadzhov committed Sep 12, 2024
1 parent 9e33324 commit 59aeaca
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 @@ -55,7 +55,7 @@ jobs:

- name: Upload Artifacts
if: ${{ always() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: artifacts-download
path: ${{runner.workspace}}/build/Testing/

0 comments on commit 59aeaca

Please sign in to comment.