]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
downgrade upload-artifact action to v3
authorDmitry Misharov <dmitry@openssl.org>
Wed, 3 Apr 2024 11:47:39 +0000 (13:47 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 4 Apr 2024 15:54:14 +0000 (17:54 +0200)
GitHub Enterpise Server is not compatible with upload-artifact@v4+.
https://github.com/actions/upload-artifact/tree/v4

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24029)

(cherry picked from commit 089271601a1d085f33ef7b7d8c3b6879045be370)

.github/workflows/fips-checksums.yml
.github/workflows/main.yml

index a9777a23943708bf7b3f619a590624e6c7447caa..1b56755bfbb176882b0fe31839240f06bffe5d11 100644 (file)
@@ -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/
index 1d187f0dd221e00f3bd6aac5ea96cef3aa3f3747..5850c0e4f3a639f3fd9254f91c32c9deb039b8f7 100644 (file)
@@ -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