Skip to content

Commit c5d5563

Browse files
authored
Merge pull request #52 from git-for-windows/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 4b1f6b2 + d6c1131 commit c5d5563

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@v5
83+
uses: actions/upload-artifact@v6
8484
with:
8585
name: bundle-artifacts
8686
path: bundle-artifacts
@@ -114,7 +114,7 @@ jobs:
114114
git commit -s -m "mingw-w64-git: new version ($version)" PKGBUILD &&
115115
git bundle create "$b"/MINGW-packages.bundle origin/main..main)
116116
- name: Publish mingw-w64-${{env.ARCH_NAME}}-git
117-
uses: actions/upload-artifact@v5
117+
uses: actions/upload-artifact@v6
118118
with:
119119
name: pkg-${{env.ARCH_NAME}}
120120
path: artifacts
@@ -125,7 +125,7 @@ jobs:
125125
run: |
126126
tar czf build-installers.tgz build-installers/
127127
- name: Publish build-installers.tgz
128-
uses: actions/upload-artifact@v5
128+
uses: actions/upload-artifact@v6
129129
with:
130130
name: build-installers.tgz
131131
path: build-installers.tgz
@@ -182,7 +182,7 @@ jobs:
182182
cp "$p"/*-pdb* cached-source-packages/ &&
183183
GIT_CONFIG_PARAMETERS="'windows.sdk${{env.ARCH_BITNESS}}.path='" ./please.sh bundle_pdbs --arch=${{env.ARCH_NAME}} --directory="$a" installer/package-versions.txt)
184184
- name: Publish ${{matrix.artifact}}-${{env.ARCH_NAME}}
185-
uses: actions/upload-artifact@v5
185+
uses: actions/upload-artifact@v6
186186
with:
187187
name: ${{matrix.artifact}}-${{env.ARCH_NAME}}
188188
path: artifacts
@@ -203,7 +203,7 @@ jobs:
203203
"${env:ProgramFiles(x86)}\Git\mingw${{env.ARCH_BITNESS}}\bin" | Out-File -Encoding ascii -Append $env:GITHUB_PATH
204204
- name: Publish installer log
205205
if: matrix.artifact == 'installer' && (failure() || success())
206-
uses: actions/upload-artifact@v5
206+
uses: actions/upload-artifact@v6
207207
with:
208208
name: installer.log
209209
path: installer.log

0 commit comments

Comments
 (0)