Skip to content

Commit

Permalink
[CI] Bump upload/download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
lierdakil committed Sep 17, 2024
1 parent 1bcd24c commit 6cff8a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
esac
echo "$VERSION"
echo "$VERSION" > version.txt
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: ${{runner.os}}-build
path: pandoc-crossref-${{runner.os}}
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
VERSION="$(./pandoc-crossref --version)"
echo "$VERSION"
echo "$VERSION" > version.txt
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: ${{runner.os}}-build-static
path: pandoc-crossref-${{runner.os}}
Expand All @@ -138,7 +138,7 @@ jobs:
echo 'http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories
apk add --update --no-cache p7zip hub upx bash tar xz
- uses: actions/checkout@v2
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
- name: Repack assets
run: |
mkdir assets
Expand All @@ -151,7 +151,7 @@ jobs:
cd Windows-build
upx pandoc-crossref.exe
7z a ../assets/pandoc-crossref-Windows-${{github.sha}}.7z pandoc-crossref.exe
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: release-assets
path: assets
Expand Down

0 comments on commit 6cff8a6

Please sign in to comment.