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 b5009ac + 2e5e6e3 commit 610da4aCopy full SHA for 610da4a
.github/workflows/on_call_build_site.yaml
@@ -42,14 +42,14 @@ jobs:
42
tar -czf _site.tar.gz _site
43
44
- name: upload site artifact
45
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
46
with:
47
name: _site
48
path: _site.tar.gz
49
if-no-files-found: error
50
51
- name: upload httpd.conf artifact
52
53
54
name: httpd.conf
55
path: .github/scripts/staging/httpd.conf
0 commit comments