Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 14, 2023
1 parent 2995b35 commit 440677c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
run: "VERSION=${{ env.ver_num }} make package"

- name: Upload a Build Artifact - deb
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.0.0
with:
name: "prompt_${{ env.ver_num }}.deb"
path: "package/prompt_${{ env.ver_num }}.deb"
if-no-files-found: error
retention-days: 90

- name: Upload a Build Artifact - zip
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.0.0
with:
name: "prompt_${{ env.ver_num }}"
path: "package/prompt_${{ env.ver_num }}.zip"
Expand Down

0 comments on commit 440677c

Please sign in to comment.