mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
John MacFarlane
parent
104344fe72
commit
929597b7c4
@@ -34,7 +34,7 @@ jobs:
|
||||
strip "${ARTIFACTS}/pandoc"
|
||||
cp COPYRIGHT ${ARTIFACTS}/
|
||||
echo "Built from ${GITHUB_SHA}" > ${ARTIFACTS}/README.nightly.txt
|
||||
- uses: actions/upload-artifact@v6
|
||||
- uses: actions/upload-artifact@v7
|
||||
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@v6
|
||||
- uses: actions/upload-artifact@v7
|
||||
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@v6
|
||||
- uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: nightly-macos
|
||||
path: nightly-macos
|
||||
@@ -125,7 +125,7 @@ jobs:
|
||||
# run: |
|
||||
# nix develop --command bash -c "make pandoc.wasm"
|
||||
# - name: Upload artifact
|
||||
# uses: actions/upload-artifact@v6
|
||||
# uses: actions/upload-artifact@v7
|
||||
# with:
|
||||
# name: nightly-wasm
|
||||
# path: pandoc.wasm
|
||||
|
||||
@@ -72,7 +72,7 @@ jobs:
|
||||
copy windows\pandoc-%VERSION%-${{ matrix.versions.osarch }}.zip windows-release-candidate
|
||||
- name: Upload unsigned artifact
|
||||
id: upload-unsigned-artifact
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: windows-release-candidate-unsigned
|
||||
path: windows-release-candidate
|
||||
@@ -93,7 +93,7 @@ jobs:
|
||||
|
||||
- name: upload-signed-artifact
|
||||
id: upload-signed-artifact
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: windows-release-candidate-signed
|
||||
path: windows-release-candidate
|
||||
@@ -119,7 +119,7 @@ jobs:
|
||||
run: |
|
||||
sh macos/make_macos_release.sh
|
||||
|
||||
- uses: actions/upload-artifact@v6
|
||||
- uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: macos-x86_64
|
||||
path: macos-x86_64
|
||||
@@ -148,7 +148,7 @@ jobs:
|
||||
run: |
|
||||
nix develop --command bash -c "make pandoc.wasm"
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: pandoc.wasm
|
||||
path: pandoc.wasm
|
||||
@@ -165,7 +165,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@v6
|
||||
# - uses: actions/upload-artifact@v7
|
||||
# with:
|
||||
# name: linux-release-candidate
|
||||
# path: linux-release-candidate
|
||||
|
||||
Reference in New Issue
Block a user