Skip to content

Commit

Permalink
.github: update zoomin.yml to use upload v4 (#296)
Browse files Browse the repository at this point in the history
* .github: update zoomin.yml to use upload v4

Updated zoomin.yml file to actions/upload-artifact@v4.
NCD-1100.

Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>

* update checkout@v3 to @v4

Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>

---------

Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
  • Loading branch information
greg-fer authored Nov 25, 2024
1 parent d0e51e6 commit e1ae9ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zoomin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Create Zoomin bundle
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Copy zoomin properties
run: |
Expand All @@ -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-ble
path: nrf-connect-ble.zip
Expand Down

0 comments on commit e1ae9ec

Please sign in to comment.