Skip to content

Commit

Permalink
Fix github actions depreciation
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Sep 12, 2024
1 parent e9a8c87 commit a924251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: make build-${{ github.event.client_payload.pkgname }} PKGVERSION=${{ github.event.client_payload.version }} IMAGE_SRC=${{ github.event.client_payload.image_src }}

- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: deb
path: pkg/*.deb
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_deb_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: make build-${{ github.event.inputs.pkgname }} PKGVERSION=${{ github.event.inputs.version }} IMAGE_SRC=${{ github.event.inputs.image_src }}

- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: deb
path: pkg/*.deb
Expand Down

0 comments on commit a924251

Please sign in to comment.