]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build(deps): bump actions/upload-artifact from 4.0.0 to 4.3.0
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 1 Feb 2024 09:47:34 +0000 (09:47 +0000)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Thu, 1 Feb 2024 11:18:13 +0000 (12:18 +0100)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.0.0 to 4.3.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/c7d193f32edcb7bfad88892161225aeda64e9392...26f96dfa697d77e81fd5907df203aa23a56210a8)

---
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>
.github/workflows/cifuzz.yml
.github/workflows/gather-pr-metadata.yml

index 3584cff12b6ef07aa2d01b7b113dd179f242afdb..983dca8b3390f907fd83f0e15bbc324cfec8fca9 100644 (file)
@@ -60,7 +60,7 @@ jobs:
           sanitizer: ${{ matrix.sanitizer }}
           output-sarif: true
       - name: Upload Crash
-        uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
+        uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8
         if: failure() && steps.build.outcome == 'success'
         with:
           name: ${{ matrix.sanitizer }}-${{ matrix.architecture }}-artifacts
index e0ed749c2d2ccb1b73ff8ea18d923f64c7e97358..eb6f54e528adce384a93d00b4f82aafdad131b84 100644 (file)
@@ -30,7 +30,7 @@ jobs:
           echo ${{ github.event.number }} >./${{ env.PULL_REQUEST_METADATA_DIR }}/${{ env.PULL_REQUEST_METADATA_FILE }}
 
       - name: Upload Pull Request Metadata artifact
-        uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
+        uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8
         with:
           name: ${{ env.PULL_REQUEST_METADATA_FILE }}
           path: ${{ env.PULL_REQUEST_METADATA_DIR }}