diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-04-20 10:25:43 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-20 10:25:43 +0000 |
| commit | d5481718c63e947095db839ff36708029c06f6ce (patch) | |
| tree | f202ba03c0d72e156ba1e1728605316b01672756 /.github/workflows | |
| parent | ee50a4f4801da04db0d551b3abc6ee96849aa48e (diff) | |
| download | portable-d5481718c63e947095db839ff36708029c06f6ce.tar.gz portable-d5481718c63e947095db839ff36708029c06f6ce.tar.bz2 portable-d5481718c63e947095db839ff36708029c06f6ce.zip | |
ci: update actions/upload-artifact action to v7
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/cifuzz.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/windows.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 91ee288..6d43c1d 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml | |||
| @@ -32,7 +32,7 @@ jobs: | |||
| 32 | output-sarif: true | 32 | output-sarif: true |
| 33 | 33 | ||
| 34 | - name: "Upload Crash" | 34 | - name: "Upload Crash" |
| 35 | uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 | 35 | uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 |
| 36 | if: failure() && steps.build.outcome == 'success' | 36 | if: failure() && steps.build.outcome == 'success' |
| 37 | with: | 37 | with: |
| 38 | name: "artifacts" | 38 | name: "artifacts" |
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 3880a7b..271e433 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml | |||
| @@ -64,7 +64,7 @@ jobs: | |||
| 64 | 64 | ||
| 65 | - name: "Upload build artifacts" | 65 | - name: "Upload build artifacts" |
| 66 | if: always() | 66 | if: always() |
| 67 | uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 | 67 | uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 |
| 68 | with: | 68 | with: |
| 69 | name: "${{ matrix.os }}-${{ matrix.arch }}${{ matrix.shared == 'ON' && '-shared' || '' }}-build-results" | 69 | name: "${{ matrix.os }}-${{ matrix.arch }}${{ matrix.shared == 'ON' && '-shared' || '' }}-build-results" |
| 70 | path: "build" | 70 | path: "build" |
