File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9191 - name : Tar files
9292 run : tar -cvf website.tar build/website
9393 - name : Upload website
94- uses : actions/upload-artifact@v6 .0.0
94+ uses : actions/upload-artifact@v7 .0.0
9595 with :
9696 name : website-${{ github.sha }}
9797 path : website.tar
@@ -151,20 +151,20 @@ jobs:
151151 fi
152152 - name : Upload fatjars built on Linux
153153 if : ${{ runner.os == 'Linux' }}
154- uses : actions/upload-artifact@v6 .0.0
154+ uses : actions/upload-artifact@v7 .0.0
155155 with :
156156 name : fat-jars-${{ github.sha }}
157157 path : build/shadow/*
158158 if-no-files-found : error
159159 - name : Upload the PKGBUILD
160160 if : ${{ runner.os == 'Linux' }}
161- uses : actions/upload-artifact@v6 .0.0
161+ uses : actions/upload-artifact@v7 .0.0
162162 with :
163163 name : pkgbuild-${{ github.sha }}
164164 path : build/pkgbuild/PKGBUILD
165165 if-no-files-found : error
166166 - name : Upload platform-specific packages
167- uses : actions/upload-artifact@v6 .0.0
167+ uses : actions/upload-artifact@v7 .0.0
168168 with :
169169 name : installer-package-${{ github.sha }}-${{ runner.os }}
170170 path : build/package/*
You can’t perform that action at this time.
0 commit comments