mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 19:26:45 +00:00
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:
co-authored by
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
9639a33b17
commit
df7d6bc590
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user