Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
ci: Upgrade artifact actions
Browse files Browse the repository at this point in the history
v3 of actions/upload-artifact and
actions/download-artifact becomes obsolete.

From: https://github.com/orgs/community/discussions/142581

Signed-off-by: Jakub Ciesla <[email protected]>
  • Loading branch information
jaci-nordic committed Nov 14, 2024
1 parent 3b64b3b commit 2d9246d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,13 @@ jobs:
-c origin/${BASE_REF}..
- name: upload-results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
continue-on-error: true
if: contains(github.event.pull_request.user.login, 'dependabot[bot]') != true
with:
name: compliance.xml
path: sdk-hostap
overwrite: true

- name: check-warns
if: contains(github.event.pull_request.user.login, 'dependabot[bot]') != true
Expand Down

0 comments on commit 2d9246d

Please sign in to comment.