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 71339a3 commit 464d9d2Copy full SHA for 464d9d2
.github/workflows/Deploy-internal.yml
@@ -48,7 +48,7 @@ jobs:
48
run: |
49
bash .github/workflows/build_tutorial.sh ${{ matrix.tutorial }}
50
- name: Upload artifact
51
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
52
with:
53
path: markdown/*
54
.github/workflows/Deploy-website.yml
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
61
62
path: parsed/*
63
0 commit comments