From d7c99d8d1efc0d0f6c7a1c6bb894e7b6fe2f9cbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 07:22:36 +0200 Subject: [PATCH] chore(deps): bump dawidd6/action-download-artifact from 3 to 4 (#65) * chore(deps): bump dawidd6/action-download-artifact from 3 to 4 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3 to 4. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * chore(changelog): automatic update to add dependabot deps bump --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- .github/workflows/release-packaging.yml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-packaging.yml b/.github/workflows/release-packaging.yml index 5788f42..e1351cb 100644 --- a/.github/workflows/release-packaging.yml +++ b/.github/workflows/release-packaging.yml @@ -114,7 +114,7 @@ jobs: run: just ci-load-dotenv - name: Download artifact - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v4 with: workflow: ${{ github.event.workflow_run.workflow_id }} name: ${{ env.game_name }}-v${{ env.game_version }} diff --git a/CHANGELOG.md b/CHANGELOG.md index a2f84b2..5d5bd28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Security ### Dependencies - Bump `extractions/setup-just` from 1 to 2 ([#56](https://github.com/MechanicalFlower/Marble/pull/56)) +- Bump `dawidd6/action-download-artifact` from 3 to 4 ([#65](https://github.com/MechanicalFlower/Marble/pull/65)) ## [1.6.1] ### Added