aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-10-27 07:36:44 +0100
committerGitHub <[email protected]>2025-10-27 07:36:44 +0100
commitdf7d6bc590c838fecf24a2b846cccc505d680033 (patch)
treec858418f9cb53115b2a6ad98ada85f6e751ee40e
parent9639a33b171a9b280f3c9bbad618d6ddeb5efe6e (diff)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/nightly.yml6
-rw-r--r--.github/workflows/release-candidate.yml6
2 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index eaf77837c..6c263022a 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -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
diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml
index 9c43d5b23..086cb9c68 100644
--- a/.github/workflows/release-candidate.yml
+++ b/.github/workflows/release-candidate.yml
@@ -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