]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build(deps): bump actions/upload-artifact from 3.1.2 to 4.0.0
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 1 Jan 2024 09:40:19 +0000 (09:40 +0000)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 1 Jan 2024 13:19:03 +0000 (13:19 +0000)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 4.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/0b7f8abb1508181956e8e162db84b466c27e18ce...c7d193f32edcb7bfad88892161225aeda64e9392)

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

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

index 66714c225ad8a8710952b1aa7ba49d0eea501708..7a1b65f736ba29418b9479b4e93d4f0e565fec2f 100644 (file)
@@ -60,7 +60,7 @@ jobs:
           sanitizer: ${{ matrix.sanitizer }}
           output-sarif: true
       - name: Upload Crash
-        uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
+        uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
         if: failure() && steps.build.outcome == 'success'
         with:
           name: ${{ matrix.sanitizer }}-${{ matrix.architecture }}-artifacts
index 5b3c360d70404ae48335b3f0fdb279e5c94de60c..e0ed749c2d2ccb1b73ff8ea18d923f64c7e97358 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@0b7f8abb1508181956e8e162db84b466c27e18ce
+        uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
         with:
           name: ${{ env.PULL_REQUEST_METADATA_FILE }}
           path: ${{ env.PULL_REQUEST_METADATA_DIR }}