Browse Source

CI: bump actions/upload-artifact from 4.0.0 to 4.1.0 (#276)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4.0.0...v4.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Reviewed-by: Mobin "Hojjat" Aydinfar <mobin@mobintestserver.ir>
dependabot[bot] 3 months ago
parent
commit
74c79ae46f

+ 3 - 3
.github/workflows/meson_ci.yml

@@ -75,7 +75,7 @@ jobs:
     - name: Integration tests
       run: meson test -v --suite=igr_tests -C dirbuild
     - name: Upload igr-tests output file(s) on failure
-      uses: actions/upload-artifact@v4.0.0
+      uses: actions/upload-artifact@v4.1.0
       if: failure()
       with:
           name: igr-tests_output
@@ -106,7 +106,7 @@ jobs:
     - name: Integration tests
       run: meson test -v --suite=igr_tests -C dirbuild
     - name: Upload igr-tests output file(s) on failure
-      uses: actions/upload-artifact@v4.0.0
+      uses: actions/upload-artifact@v4.1.0
       if: failure()
       with:
           name: igr-tests_output
@@ -146,7 +146,7 @@ jobs:
           echo "$(tput bold) ----Integration tests---- :$(tput sgr0) meson test -v --suite=igr_tests -C dirbuild"
           meson test -v --suite=igr_tests -C dirbuild
     - name: Upload igr-tests output file(s) on failure
-      uses: actions/upload-artifact@v4.0.0
+      uses: actions/upload-artifact@v4.1.0
       if: failure()
       with:
           name: igr-tests_output

+ 3 - 3
.github/workflows/regular_ci.yml

@@ -69,7 +69,7 @@ jobs:
     - name: Integration tests
       run: make check-igr DEBUG=1
     - name: Upload igr-tests output file(s) on failure
-      uses: actions/upload-artifact@v4.0.0
+      uses: actions/upload-artifact@v4.1.0
       if: failure()
       with:
           name: igr-tests_output
@@ -101,7 +101,7 @@ jobs:
     - name: Integration tests
       run: make check-igr DEBUG=1
     - name: Upload igr-tests output file(s) on failure
-      uses: actions/upload-artifact@v4.0.0
+      uses: actions/upload-artifact@v4.1.0
       if: failure()
       with:
           name: igr-tests_output
@@ -142,7 +142,7 @@ jobs:
           echo "$(tput bold) ----Integration tests---- :$(tput sgr0) make check-igr DEBUG=1"
           make check-igr DEBUG=1
     - name: Upload igr-tests output file(s) on failure
-      uses: actions/upload-artifact@v4.0.0
+      uses: actions/upload-artifact@v4.1.0
       if: failure()
       with:
           name: igr-tests_output

+ 1 - 1
.github/workflows/ubuntu-latest-amd64-fuzzer.yml

@@ -21,7 +21,7 @@ jobs:
     - name: Run fuzzer
       run: src/tests/cptests/fuzz -max_total_time=21000
     - name: Upload crash file(s)
-      uses: actions/upload-artifact@v4.0.0
+      uses: actions/upload-artifact@v4.1.0
       if: failure()
       with:
           name: Dinit-fuzzer_crash