Skip to content

Commit

Permalink
Update version of Github action to upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
orontee committed Jul 20, 2024
1 parent b255bf6 commit 1e02cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
VERSION: ${{ inputs.version }}

- name: Upload package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: builddir/argos_${{ env.VERSION }}-1_all.deb
if-no-files-found: error
Expand Down

0 comments on commit 1e02cb8

Please sign in to comment.