Bump actions/upload-artifact from 4 to 5 (#11248)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-10-27 07:36:44 +01:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 9639a33b17
commit df7d6bc590
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -34,7 +34,7 @@ jobs:
strip "${ARTIFACTS}/pandoc"
cp COPYRIGHT ${ARTIFACTS}/
echo "Built from ${GITHUB_SHA}" > ${ARTIFACTS}/README.nightly.txt
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: nightly-linux
path: nightly-linux
@@ -64,7 +64,7 @@ jobs:
copy COPYRIGHT %ARTIFACTS%
ren %ARTIFACTS%\COPYRIGHT COPYRIGHT.txt
echo Built from %GITHUB_SHA% > %ARTIFACTS%\README.nightly.txt
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: nightly-windows
path: nightly-windows
@@ -95,7 +95,7 @@ jobs:
strip "${ARTIFACTS}/pandoc"
cp COPYRIGHT ${ARTIFACTS}/
echo "Built from ${GITHUB_SHA}" > ${ARTIFACTS}/README.nightly.txt
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: nightly-macos
path: nightly-macos
+3 -3
View File
@@ -70,7 +70,7 @@ jobs:
copy windows\pandoc-%VERSION%-${{ matrix.versions.osarch }}-UNSIGNED.msi windows-release-candidate
copy windows\pandoc-%VERSION%-${{ matrix.versions.osarch }}.zip windows-release-candidate
copy windows\Makefile windows-release-candidate
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: windows-release-candidate
path: windows-release-candidate
@@ -96,7 +96,7 @@ jobs:
run: |
sh macos/make_macos_release.sh
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: macos-x86_64
path: macos-x86_64
@@ -112,7 +112,7 @@ jobs:
# mkdir linux-release-candidate
# cp linux/artifacts/*.deb linux-release-candidate/
# cp linux/artifacts/*.tar.gz linux-release-candidate/
# - uses: actions/upload-artifact@v4
# - uses: actions/upload-artifact@v5
# with:
# name: linux-release-candidate
# path: linux-release-candidate