Skip to content

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 9ad927c commit 957a9de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
with:
name: compliance.xml
path: ncs/nrf/compliance.xml
overwrite: true

- name: check-warns
working-directory: ncs/nrf
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/license-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,4 @@ jobs:
with:
name: licenses.xml
path: ncs/${{ inputs.path }}/licenses.xml
overwrite: true

0 comments on commit 957a9de

Please sign in to comment.