Skip to content

Commit 92d504f

Browse files
committed
Update actions/upload-pages-artifact@v3
1 parent 3fd0b1e commit 92d504f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-latex.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
docker run --rm -v "$(pwd):/app" --name maths --user root --hostname latex latex sh ./deploy.sh --parallel --production --dist-dir="web/dist" --cache-uri="https://notes.nrv.nu/pdf/archive.tar.gz"
5858
5959
- name: Upload site artifact
60-
uses: actions/upload-pages-artifact@v2
60+
uses: actions/upload-pages-artifact@v3
6161
with:
6262
path: "web/dist${{ steps.pages.outputs.base_path }}"
6363

0 commit comments

Comments
 (0)