diff options
author | 2022-05-23 15:30:59 +0200 | |
---|---|---|
committer | 2022-05-23 15:30:59 +0200 | |
commit | 90d4a39c71923665e217c63262f8d21ec84b2df1 (patch) | |
tree | 62097ffbd570e705174313f60d190ceb1beae528 | |
parent | 71f68a3363f5886bcd0614074b5bec4655e33b5f (diff) | |
download | coredns-90d4a39c71923665e217c63262f8d21ec84b2df1.tar.gz coredns-90d4a39c71923665e217c63262f8d21ec84b2df1.tar.zst coredns-90d4a39c71923665e217c63262f8d21ec84b2df1.zip |
build(deps): bump actions/upload-artifact from 3.0.0 to 3.1.0 (#5397)
-rw-r--r-- | .github/workflows/cifuzz.yml | 2 | ||||
-rw-r--r-- | .github/workflows/scorecards.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index a556320f2..10e1ec916 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -20,7 +20,7 @@ jobs: fuzz-seconds: 600 dry-run: false - name: Upload Crash - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 + uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 if: failure() && steps.build.outcome == 'success' with: name: artifacts diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index e6f4fe843..a03f9d3fa 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -42,7 +42,7 @@ jobs: # Upload the results as artifacts (optional). - name: "Upload artifact" - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 + uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 with: name: SARIF file path: results.sarif |