aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-01-08 15:10:59 -0500
committerGravatar GitHub <noreply@github.com> 2024-01-08 15:10:59 -0500
commit08d7e2ff906c3024f7d0b409bc148eaef60d4a23 (patch)
treee918209bf1104bc01a44fe8389739899ae1b15f7 /.github
parent249e9e5e851892527ec7f2774e87422569864003 (diff)
downloadcoredns-08d7e2ff906c3024f7d0b409bc148eaef60d4a23.tar.gz
coredns-08d7e2ff906c3024f7d0b409bc148eaef60d4a23.tar.zst
coredns-08d7e2ff906c3024f7d0b409bc148eaef60d4a23.zip
build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0 (#6441)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/a8a3f3ad30e3422c9c7b888a15615d19a852ae32...c7d193f32edcb7bfad88892161225aeda64e9392) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cifuzz.yml2
-rw-r--r--.github/workflows/scorecards.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index 1cc717369..dec75b0a4 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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
+ uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
if: failure() && steps.build.outcome == 'success'
with:
name: artifacts
diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml
index 19bc896c6..8e060f22b 100644
--- a/.github/workflows/scorecards.yml
+++ b/.github/workflows/scorecards.yml
@@ -43,7 +43,7 @@ jobs:
# Upload the results as artifacts (optional).
- name: "Upload artifact"
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
+ uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
with:
name: SARIF file
path: results.sarif