Skip to content

Commit 4e985ce

Browse files
dependabot[bot]AtomicFS
authored andcommitted
build(deps): bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 18498da commit 4e985ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
go-version: stable
4848
- name: Download coverage artifacts
49-
uses: actions/download-artifact@v4
49+
uses: actions/download-artifact@v5
5050
with:
5151
path: cmd/firmware-action/coverage-reports
5252
merge-multiple: true

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ inputs:
5757
option to just automatically download all available artifacts. This does not mean that they will
5858
be used during the build, but it means that you do not need to handle the downloading of artifacts
5959
yourself.
60-
Internally a actions/download-artifact@v4 is used
60+
Internally a actions/download-artifact@v5 is used
6161
required: false
6262
default: 'false'
6363
auto-upload-artifacts:
@@ -323,7 +323,7 @@ runs:
323323
# Docs: https://github.com/actions/download-artifact?tab=readme-ov-file#download-all-artifacts
324324

325325
- name: download_artifacts
326-
uses: actions/download-artifact@v4
326+
uses: actions/download-artifact@v5
327327
if: inputs.auto-download-artifacts == 'true'
328328
with:
329329
path: .firmware-action2/

0 commit comments

Comments
 (0)