Skip to content

Commit

Permalink
Merge pull request #255 from NordicSemiconductor/doc_update_download_…
Browse files Browse the repository at this point in the history
…workflow_version

doc: .github: updated download to v4
  • Loading branch information
greg-fer authored Dec 2, 2024
2 parents c64e600 + b553527 commit 8ad4446
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-rssi-viewer
- 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-rssi-viewer
- name: Upload documentation
Expand Down

0 comments on commit 8ad4446

Please sign in to comment.