]> git.feebdaed.xyz Git - 0xmirror/civetweb.git/commitdiff
Bump actions/upload-artifact from 4 to 5
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 25 Oct 2025 10:02:46 +0000 (10:02 +0000)
committerGitHub <noreply@github.com>
Sat, 25 Oct 2025 10:02:46 +0000 (10:02 +0000)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/cifuzz.yml
.github/workflows/codeql.yml

index d62ff855089a334a35492ed537e228a7fa8020ae..7644d847965b3e0f2d686da91bc9d34bb356aa64 100644 (file)
@@ -18,7 +18,7 @@ jobs:
         fuzz-seconds: 600
         dry-run: false
     - name: Upload Crash
-      uses: actions/upload-artifact@v4
+      uses: actions/upload-artifact@v5
       if: failure() && steps.build.outcome == 'success'
       with:
         name: artifacts
index 96f98bbbf13e4d458e0871ab7bd91b04ba35d0a9..31d0c4bce4a03e12e89dba01c49e916abe781305 100644 (file)
@@ -118,7 +118,7 @@ jobs:
 
     - name: Upload CodeQL results as an artifact
       if: success() || failure()
-      uses: actions/upload-artifact@v4
+      uses: actions/upload-artifact@v5
       with:
         name: codeql-results
         path: ${{ steps.step1.outputs.sarif-output }}