Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
go-version: stable
- name: Download coverage artifacts
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
path: cmd/firmware-action/coverage-reports
merge-multiple: true
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ inputs:
option to just automatically download all available artifacts. This does not mean that they will
be used during the build, but it means that you do not need to handle the downloading of artifacts
yourself.
Internally a actions/download-artifact@v7 is used
Internally a actions/download-artifact@v8 is used
required: false
default: 'false'
auto-upload-artifacts:
Expand Down Expand Up @@ -323,7 +323,7 @@ runs:
# Docs: https://github.com/actions/download-artifact?tab=readme-ov-file#download-all-artifacts

- name: download_artifacts
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
if: inputs.auto-download-artifacts == 'true'
with:
path: .firmware-action2/
Expand Down
Loading