diff options
author | Paulo Gomes <pjbgf@linux.com> | 2023-12-18 15:11:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-18 15:11:26 +0000 |
commit | 9328322346248e09fbbbc80ace2ebc997761bd4d (patch) | |
tree | 5e8d825a5620de73ace53c0c2852831dbb19b174 /.github | |
parent | 02bed284891e49ff594354101c897a29af3dbb43 (diff) | |
parent | 32c193965d512b4e7d44c908f3d82f444e353c38 (diff) | |
download | go-git-9328322346248e09fbbbc80ace2ebc997761bd4d.tar.gz |
Merge pull request #972 from go-git/dependabot/github_actions/actions/upload-artifact-4
build: bump actions/upload-artifact from 3 to 4
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cifuzz.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 2b17ac1..518706f 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -21,7 +21,7 @@ jobs: fuzz-seconds: 300 output-sarif: true - name: Upload Crash - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() && steps.build.outcome == 'success' with: name: artifacts |