File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 env :
1010 PACKAGE_NAME : mobsh-bin
11- VERSION : v5.0 .0 # Set this to the tag name of the release
11+ VERSION : v5.2 .0 # Set this to the tag name of the release
1212 steps :
1313 - name : Checkout repository
1414 uses : actions/checkout@v4
5050 EOF
5151
5252 - name : Store PKGBUILD as an artifact
53- uses : actions/upload-artifact@v2
53+ uses : actions/upload-artifact@v4
5454 with :
5555 name : PKGBUILD
5656 path : ./aur/${{ env.PACKAGE_NAME }}/PKGBUILD
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125125
126126 EOF
127127 - name : Store PKGBUILD as an artifact
128- uses : actions/upload-artifact@v2
128+ uses : actions/upload-artifact@v4
129129 with :
130130 name : PKGBUILD
131131 path : ./aur/${{ env.PACKAGE_NAME }}/PKGBUILD
You can’t perform that action at this time.
0 commit comments