From 0348211761c53ce845c70be573bb9b4d8cb9c636 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 08:52:28 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/master-pipeline.yml | 6 +++--- .github/workflows/release.yml | 2 +- .github/workflows/security-audit.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/master-pipeline.yml b/.github/workflows/master-pipeline.yml index cbbc6bd..84b9659 100644 --- a/.github/workflows/master-pipeline.yml +++ b/.github/workflows/master-pipeline.yml @@ -217,7 +217,7 @@ jobs: # Upload build artifacts for other jobs to use - name: Upload build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: build-artifacts-${{ runner.os }} path: | @@ -393,7 +393,7 @@ jobs: EOF - name: Upload documentation artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: documentation path: target/doc/ @@ -549,7 +549,7 @@ jobs: 7z a ../../../${{ matrix.artifact_name }} rustirc.exe shell: pwsh - name: Upload build artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ matrix.artifact_name }} path: ${{ matrix.artifact_name }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 964828c..4ffaca1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -120,7 +120,7 @@ jobs: shell: bash - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ matrix.asset_name }} path: | diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml index f6a3970..89c46cc 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -211,7 +211,7 @@ jobs: echo "count=$total" >> $GITHUB_OUTPUT - name: Upload audit results as artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: always() with: name: security-audit-results