Skip to content

Commit 26f08da

Browse files
authored
Merge pull request #49 from git-for-windows/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 102ac34 + a69d41a commit 26f08da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/git-artifacts.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
sh -x /usr/src/build-extra/please.sh mention feature "Snapshot of $(git show -s --pretty='tformat:%h (%s, %ad)' --date=short FETCH_HEAD)" &&
8181
git -C /usr/src/build-extra bundle create "$PWD/bundle-artifacts/build-extra.bundle" origin/main..main
8282
- name: 'Publish bundle-artifacts'
83-
uses: actions/upload-artifact@v4
83+
uses: actions/upload-artifact@v5
8484
with:
8585
name: bundle-artifacts
8686
path: bundle-artifacts
@@ -127,7 +127,7 @@ jobs:
127127
128128
sh -x /usr/src/build-extra/please.sh build-mingw-w64-git --only-32-bit -o artifacts HEAD
129129
- name: Publish mingw-w64-${{env.ARCH_NAME}}-git
130-
uses: actions/upload-artifact@v4
130+
uses: actions/upload-artifact@v5
131131
with:
132132
name: pkg-${{env.ARCH_NAME}}
133133
path: artifacts
@@ -138,7 +138,7 @@ jobs:
138138
run: |
139139
tar czf build-installers.tgz build-installers/
140140
- name: Publish build-installers.tgz
141-
uses: actions/upload-artifact@v4
141+
uses: actions/upload-artifact@v5
142142
with:
143143
name: build-installers.tgz
144144
path: build-installers.tgz
@@ -195,7 +195,7 @@ jobs:
195195
cp "$p"/*-pdb* cached-source-packages/ &&
196196
GIT_CONFIG_PARAMETERS="'windows.sdk${{env.ARCH_BITNESS}}.path='" ./please.sh bundle_pdbs --arch=${{env.ARCH_NAME}} --directory="$a" installer/package-versions.txt)
197197
- name: Publish ${{matrix.artifact}}-${{env.ARCH_NAME}}
198-
uses: actions/upload-artifact@v4
198+
uses: actions/upload-artifact@v5
199199
with:
200200
name: ${{matrix.artifact}}-${{env.ARCH_NAME}}
201201
path: artifacts
@@ -216,7 +216,7 @@ jobs:
216216
"${env:ProgramFiles(x86)}\Git\mingw${{env.ARCH_BITNESS}}\bin" | Out-File -Encoding ascii -Append $env:GITHUB_PATH
217217
- name: Publish installer log
218218
if: matrix.artifact == 'installer' && (failure() || success())
219-
uses: actions/upload-artifact@v4
219+
uses: actions/upload-artifact@v5
220220
with:
221221
name: installer.log
222222
path: installer.log

0 commit comments

Comments
 (0)