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.
2 parents 72a9d38 + fce6f84 commit f0e713dCopy full SHA for f0e713d
.github/workflows/main.yml
@@ -99,7 +99,7 @@ jobs:
99
runs-on: ubuntu-latest
100
steps:
101
- name: Import artifacts
102
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
103
with:
104
name: website
105
path: website/public
@@ -121,7 +121,7 @@ jobs:
121
- run: sudo apt-get update
122
- run: sudo apt-get install --yes --no-install-recommends optipng imagemagick build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev liblzma-dev
123
124
125
126
name: dist
127
path: dist
0 commit comments