Skip to content

Commit

Permalink
.github: update zoomin.yml to use upload v4
Browse files Browse the repository at this point in the history
Updated zoomin.yml file to actions/upload-artifact@v4.
NCD-1100.

Signed-off-by: Grzegorz Ferenc <[email protected]>
  • Loading branch information
greg-fer committed Nov 21, 2024
1 parent 415b794 commit 6c4e78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zoomin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
docs/* mkdocs.yml custom.properties tags.yml
- name: Upload documentation artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: nrf-connect-direct-test-mode
path: nrf-connect-direct-test-mode.zip
Expand Down

0 comments on commit 6c4e78c

Please sign in to comment.