This is an automated email from the ASF dual-hosted git repository.

delei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fesod.git


The following commit(s) were added to refs/heads/main by this push:
     new bd6b20de build: bump actions/upload-artifact from 4 to 7 (#1024)
bd6b20de is described below

commit bd6b20de58f0f30fa80e9a7b61b66967365c1605
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 21 21:03:04 2026 +0800

    build: bump actions/upload-artifact from 4 to 7 (#1024)
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) 
from 4 to 7.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: DeleiGuo <[email protected]>
---
 .github/workflows/fuzz-tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/fuzz-tests.yml b/.github/workflows/fuzz-tests.yml
index d073c540..8d075317 100644
--- a/.github/workflows/fuzz-tests.yml
+++ b/.github/workflows/fuzz-tests.yml
@@ -54,7 +54,7 @@ jobs:
 
       - name: Upload Jazzer artifacts (crashes, repros)
         if: always()
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         with:
           name: jazzer-artifacts
           path: ${{ runner.temp }}/jazzer-artifacts/


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to