Module: kamailio Branch: master Commit: d215b5562e959db6a90bca65bea94fff9971ab74 URL: https://github.com/kamailio/kamailio/commit/d215b5562e959db6a90bca65bea94fff...
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Committer: Victor Seva linuxmaniac@torreviejawireless.org Date: 2023-06-27T01:41:19+02:00
github: bump actions/upload-artifact from 1 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v1...v3)
--- 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
---
Modified: .github/workflows/cifuzz.yml
---
Diff: https://github.com/kamailio/kamailio/commit/d215b5562e959db6a90bca65bea94fff... Patch: https://github.com/kamailio/kamailio/commit/d215b5562e959db6a90bca65bea94fff...
---
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 948ab18b888..081e0a833d9 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -19,7 +19,7 @@ jobs: dry-run: false language: c - name: Upload Crash - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v3 if: failure() && steps.build.outcome == 'success' with: name: artifacts