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 6bb9022 + d96793a commit ad1ca46Copy full SHA for ad1ca46
1 file changed
.github/workflows/testsite.yml
@@ -19,12 +19,12 @@ jobs:
19
- name: Save PR number
20
run: echo ${{ github.event.number }} > pr-number.txt
21
- name: Upload PR number
22
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
23
with:
24
name: pr-number
25
path: pr-number.txt
26
- name: Archive generated site
27
28
29
name: generated-site
30
path: ./target/roq/
0 commit comments