File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 - name : Tar files
107107 run : tar -cvf website.tar build/website
108108 - name : Upload website
109- uses : actions/upload-artifact@v4.5 .0
109+ uses : actions/upload-artifact@v4.6 .0
110110 with :
111111 name : website-${{ github.sha }}
112112 path : website.tar
@@ -205,20 +205,20 @@ jobs:
205205 fi
206206 - name : Upload fatjars built on Linux
207207 if : ${{ runner.os == 'Linux' }}
208- uses : actions/upload-artifact@v4.5 .0
208+ uses : actions/upload-artifact@v4.6 .0
209209 with :
210210 name : fat-jars-${{ github.sha }}
211211 path : build/shadow/*
212212 if-no-files-found : error
213213 - name : Upload the PKGBUILD
214214 if : ${{ runner.os == 'Linux' }}
215- uses : actions/upload-artifact@v4.5 .0
215+ uses : actions/upload-artifact@v4.6 .0
216216 with :
217217 name : pkgbuild-${{ github.sha }}
218218 path : build/pkgbuild/PKGBUILD
219219 if-no-files-found : error
220220 - name : Upload platform-specific packages
221- uses : actions/upload-artifact@v4.5 .0
221+ uses : actions/upload-artifact@v4.6 .0
222222 with :
223223 name : installer-package-${{ github.sha }}-${{ runner.os }}
224224 path : build/package/*
You can’t perform that action at this time.
0 commit comments