Skip to content

Commit 2780000

Browse files
committed
fix upload and download actions for generating release
Signed-off-by: Jacob Salmela <[email protected]>
1 parent b7786fa commit 2780000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
gs -sOutputFile=./planet_sheet_grayscale.pdf -sDEVICE=pdfwrite -sColorConversionStrategy=Gray -dProcessColorModel=/DeviceGray -dCompatibilityLevel=1.4 -dAutoRotatePages=/None -dNOPAUSE -dBATCH ./planet_sheet.pdf
3737
3838
- name: upload pdf artifacts
39-
uses: actions/upload-artifact@v2
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: ascii_planets
4242
path: ./*.pdf
@@ -61,7 +61,7 @@ jobs:
6161
run: |
6262
sudo chown -R $USER:$(id -gn $USER) ./
6363
64-
- uses: actions/download-artifact@v2
64+
- uses: actions/download-artifact@v4
6565
with:
6666
name: ascii_planets
6767

0 commit comments

Comments
 (0)