summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/fips-checksums.yml2
-rw-r--r--.github/workflows/main.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/fips-checksums.yml b/.github/workflows/fips-checksums.yml
index a9777a2394..1b56755bfb 100644
--- a/.github/workflows/fips-checksums.yml
+++ b/.github/workflows/fips-checksums.yml
@@ -69,7 +69,7 @@ jobs:
- name: save PR number
run: echo ${{ github.event.number }} > ./artifact/pr_num
- name: save artifact
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v3
with:
name: fips_checksum
path: artifact/
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 1d187f0dd2..5850c0e4f3 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
fuzz-seconds: 600
dry-run: false
- name: Upload Crash
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v3
if: failure()
with:
name: artifacts