Skip to content

Commit

Permalink
doc: .github: updated download to v4
Browse files Browse the repository at this point in the history
Updated download-artifact@v3 to @v4 in zoomin YAML files.
NCD-1100.

Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
  • Loading branch information
greg-fer committed Dec 2, 2024
1 parent 4b9e38c commit f4486b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zoomin-publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get bundle
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: nrf-connect-direct-test-mode
- name: Upload documentation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zoomin-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get bundle
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: nrf-connect-direct-test-mode
- name: Upload documentation
Expand Down

0 comments on commit f4486b4

Please sign in to comment.