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 aa2ab93 commit 75d2aa3Copy full SHA for 75d2aa3
.github/workflows/push.yml
@@ -63,7 +63,7 @@ jobs:
63
-H "Authorization: token $GITHUB_TOKEN" \
64
https://api.github.com/repos/cmsc430/assignments/actions/runs/${{ env.RUN_ID }}/artifacts)
65
echo "Run response: $response"
66
- download_url=$(echo "$response" | jq -r '.artifacts[0].archive_download_url)
+ download_url=$(echo "$response" | jq -r '.artifacts[0].archive_download_url')
67
echo "Download URL: $download_url"
68
curl -L \
69
-H "Accept: application/vnd.github+json" \
@@ -77,7 +77,7 @@ jobs:
77
# tar -xvf artifact.tar
78
# mv knock-plus.zip www/main/
79
- name: Archive www
80
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
81
with:
82
name: github-pages
83
path: www/main
0 commit comments