Skip to content

Commit

Permalink
Update release_build_publish.yml
Browse files Browse the repository at this point in the history
updated  actions/upload-artifact
  • Loading branch information
mosfet80 authored Aug 29, 2023
1 parent 414784e commit da66aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
$GITHUB_WORKSPACE/tools/iceoryx_build_test.sh clean package
- name: Upload release artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: release_artifacts
path: ./build_package/iceoryx*.deb
Expand All @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download release artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: release_artifacts

Expand Down

0 comments on commit da66aae

Please sign in to comment.