From c5b0d73ccc1586b08c7bf0d07298a8b7c84dd3dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 03:22:49 +0000 Subject: [PATCH] build: bump actions/upload-artifact from 6.0.0 to 7.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/b7c566a772e6b6bfb58ed0dc250532a479d7789f...bbbca2ddaa5d8feaa63e36b76fdaad77386f024f) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/preview.yml | 8 ++++---- .github/workflows/release.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index db1bff6..85cceb7 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -89,7 +89,7 @@ jobs: run: poetry build -vvv - name: Upload dist artifacts - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: dist path: ./dist/ @@ -194,7 +194,7 @@ jobs: - name: Upload ${{ matrix.name }} artifact if: always() - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: phylum-ci-${{ matrix.name }} path: ${{ matrix.artifact }} @@ -202,7 +202,7 @@ jobs: - name: Upload compilation report if: always() - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: nuitka-compilation-report-${{ matrix.name }} path: ./nuitka-compilation-report.xml @@ -211,7 +211,7 @@ jobs: # Nuitka will create a crash report with a static name when there are failures - name: Upload crash report if: always() - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: nuitka-crash-report-${{ matrix.name }} path: ./nuitka-crash-report.xml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f2fcf9..4e2b77b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -102,7 +102,7 @@ jobs: run: poetry build -vvv - name: Upload dist artifacts - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: dist path: ./dist/ @@ -238,7 +238,7 @@ jobs: - name: Upload ${{ matrix.name }} artifact if: always() - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: phylum-ci-${{ matrix.name }} path: ${{ matrix.artifact }} @@ -246,7 +246,7 @@ jobs: - name: Upload compilation report if: always() - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: nuitka-compilation-report-${{ matrix.name }} path: ./nuitka-compilation-report.xml @@ -255,7 +255,7 @@ jobs: # Nuitka will create a crash report with a static name when there are failures - name: Upload crash report if: always() - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: nuitka-crash-report-${{ matrix.name }} path: ./nuitka-crash-report.xml