From 6b8b5be1404c7ef819472bdee85d3a20dc3dfbac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 03:58:45 +0000 Subject: [PATCH] Bump the artifacts group across 1 directory with 2 updates Bumps the artifacts 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.3.3 to 4.4.2 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.3...v4.4.2) Updates `actions/download-artifact` from 4.1.7 to 4.1.8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.7...v4.1.8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: artifacts - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: artifacts ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49d99d53..956b31e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: target: prod - name: 'Upload build' - uses: actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@v4.4.2 with: name: image path: /tmp/image.tar @@ -130,7 +130,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: 'Download image' - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: name: image path: /tmp @@ -189,7 +189,7 @@ jobs: FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} - name: 'Download image' - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: name: image path: /tmp