We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7786fa commit 2780000Copy full SHA for 2780000
.github/workflows/generate_release.yml
@@ -36,7 +36,7 @@ jobs:
36
gs -sOutputFile=./planet_sheet_grayscale.pdf -sDEVICE=pdfwrite -sColorConversionStrategy=Gray -dProcessColorModel=/DeviceGray -dCompatibilityLevel=1.4 -dAutoRotatePages=/None -dNOPAUSE -dBATCH ./planet_sheet.pdf
37
38
- name: upload pdf artifacts
39
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
40
with:
41
name: ascii_planets
42
path: ./*.pdf
@@ -61,7 +61,7 @@ jobs:
61
run: |
62
sudo chown -R $USER:$(id -gn $USER) ./
63
64
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v4
65
66
67
0 commit comments