Skip to content

Commit

Permalink
try actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorriegler committed Sep 20, 2024
1 parent 853d278 commit c17f133
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-aur.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
env:
PACKAGE_NAME: mobsh-bin
VERSION: v5.0.0 # Set this to the tag name of the release
VERSION: v5.2.0 # Set this to the tag name of the release
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
EOF
- name: Store PKGBUILD as an artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: PKGBUILD
path: ./aur/${{ env.PACKAGE_NAME }}/PKGBUILD
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
EOF
- name: Store PKGBUILD as an artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: PKGBUILD
path: ./aur/${{ env.PACKAGE_NAME }}/PKGBUILD
Expand Down

0 comments on commit c17f133

Please sign in to comment.