diff options
| author | Andrew Clayton <a.clayton@nginx.com> | 2025-02-04 02:42:42 +0000 |
|---|---|---|
| committer | Andrew Clayton <a.clayton@nginx.com> | 2025-02-10 23:23:46 +0000 |
| commit | 7a0addd7422386cb7a8de68b8198a143c2f11a08 (patch) | |
| tree | 614f50c2211de3103344add2570f9c332e08f9a6 | |
| parent | df62a2a2be42ed9dc5c0306326f2171a54df459f (diff) | |
| download | unit-7a0addd7422386cb7a8de68b8198a143c2f11a08.tar.gz unit-7a0addd7422386cb7a8de68b8198a143c2f11a08.tar.bz2 | |
ci: Update to actions/upload-artifact@v4 in cifuzz.yml
We need to update to the latest version of actions/upload-artifact in
cifuzz.yml due to the workflow failing because of
Error: This request has been automatically failed because it uses a
deprecated version of `actions/upload-artifact: v3`. Learn more:
https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
| -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 dc89c0b2..40729a50 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -27,7 +27,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 |
