8585 sh -x /usr/src/build-extra/please.sh mention feature "Snapshot of $(git show -s --pretty='tformat:%h (%s, %ad)' --date=short FETCH_HEAD)" &&
8686 git -C /usr/src/build-extra bundle create "$PWD/bundle-artifacts/build-extra.bundle" origin/main..main
8787 - name : ' Publish bundle-artifacts'
88- uses : actions/upload-artifact@v4
88+ uses : actions/upload-artifact@v5
8989 with :
9090 name : bundle-artifacts
9191 path : bundle-artifacts
@@ -119,7 +119,7 @@ jobs:
119119 git commit -s -m "mingw-w64-git: new version ($version)" PKGBUILD &&
120120 git bundle create "$b"/MINGW-packages.bundle origin/main..main)
121121 - name : Publish ${{env.MINGW_PACKAGE_PREFIX}}-git
122- uses : actions/upload-artifact@v4
122+ uses : actions/upload-artifact@v5
123123 with :
124124 name : pkg-${{env.ARCHITECTURE}}
125125 path : artifacts
@@ -130,7 +130,7 @@ jobs:
130130 run : |
131131 tar czf build-installers.tgz build-installers/
132132 - name : Publish build-installers.tgz
133- uses : actions/upload-artifact@v4
133+ uses : actions/upload-artifact@v5
134134 with :
135135 name : build-installers.tgz
136136 path : build-installers.tgz
@@ -187,7 +187,7 @@ jobs:
187187 cp "$p"/*-pdb* cached-source-packages/ &&
188188 GIT_CONFIG_PARAMETERS="'windows.sdk${{env.SDK_REPO_ARCH}}.path='" ./please.sh bundle_pdbs --arch=${{env.ARCHITECTURE}} --directory="$a" installer/package-versions.txt)
189189 - name : Publish ${{matrix.artifact}}-${{env.ARCHITECTURE}}
190- uses : actions/upload-artifact@v4
190+ uses : actions/upload-artifact@v5
191191 with :
192192 name : ${{matrix.artifact}}-${{env.ARCHITECTURE}}
193193 path : artifacts
@@ -208,7 +208,7 @@ jobs:
208208 "$env:ProgramFiles\Git\${{env.MINGW_PREFIX}}\bin" | Out-File -Encoding ascii -Append $env:GITHUB_PATH
209209 - name : Publish installer log
210210 if : matrix.artifact == 'installer' && (failure() || success())
211- uses : actions/upload-artifact@v4
211+ uses : actions/upload-artifact@v5
212212 with :
213213 name : installer.log
214214 path : installer.log
0 commit comments