diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-12-15 10:43:42 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-15 10:43:42 +0100 |
| commit | 80e7f188fbb1189d1ed66970e60668152c5ece75 (patch) | |
| tree | 9495a7c824e52cc15e488b52fa09ff3c02fbe5a7 /.github/workflows | |
| parent | 138ee9ded10018510376fd9d623f9730f658a6d1 (diff) | |
Bump actions/upload-artifact from 5 to 6 (#11352)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '6'
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>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/nightly.yml | 6 | ||||
| -rw-r--r-- | .github/workflows/release-candidate.yml | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 33d3b2e87..7c258b27d 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@v5 + - uses: actions/upload-artifact@v6 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@v5 + - uses: actions/upload-artifact@v6 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@v5 + - uses: actions/upload-artifact@v6 with: name: nightly-macos path: nightly-macos diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 6d437681c..021e09f44 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@v5 + - uses: actions/upload-artifact@v6 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@v5 + - uses: actions/upload-artifact@v6 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@v5 +# - uses: actions/upload-artifact@v6 # with: # name: linux-release-candidate # path: linux-release-candidate |
