From 15e1d3a856f3aeda0e344d37176acfef65c5c2e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 05:14:48 +0000 Subject: [PATCH] chore(deps): bump the github-actions-majors group across 1 directory with 2 updates Bumps the github-actions-majors group with 2 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4.6.2 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.6.2...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) Updates `actions/download-artifact` from 4.3.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.3.0...3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-majors - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-majors ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-deploy-coolify.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr-deploy-coolify.yml b/.github/workflows/pr-deploy-coolify.yml index 38ca0a4..549939f 100644 --- a/.github/workflows/pr-deploy-coolify.yml +++ b/.github/workflows/pr-deploy-coolify.yml @@ -116,7 +116,7 @@ jobs: - name: Upload backend image artifact if: vars.COOLIFY_CONFIGURED == 'true' - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: backend-image path: /tmp/qa-backend-image.tar.gz @@ -131,7 +131,7 @@ jobs: - name: Upload frontend image artifact if: vars.COOLIFY_CONFIGURED == 'true' - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: frontend-image path: /tmp/qa-frontend-image.tar.gz @@ -175,7 +175,7 @@ jobs: status: ${{ steps.deploy.outputs.status }} steps: - name: Download backend image (built by security-gate) - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: backend-image path: ./image @@ -314,7 +314,7 @@ jobs: status: ${{ steps.deploy.outputs.status }} steps: - name: Download frontend image (built by security-gate) - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: frontend-image path: ./image @@ -506,7 +506,7 @@ jobs: - name: Upload test artifacts (report + visual spot-check) if: '!cancelled()' - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: playwright-report-preview path: |