Skip to content

Commit

Permalink
build(deps): bump actions/download-artifact in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent d4b0ac2 commit e81639b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
git fetch origin ${{ github.base_ref }}:${{ github.base_ref }}
- name: Download Debian dependencies
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: debian-dependencies
path: ./debian-deps/
Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:
git fetch origin ${{ github.base_ref }}:${{ github.base_ref }}
- name: Download Debian dependencies
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: debian-dependencies
path: ./debian-deps/
Expand Down Expand Up @@ -421,7 +421,7 @@ jobs:
git fetch origin ${{ github.base_ref }}:${{ github.base_ref }}
- name: Download Debian dependencies
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: debian-dependencies
path: ./debian-deps/
Expand Down Expand Up @@ -582,7 +582,7 @@ jobs:
GOROOT: ""
steps:
- name: Download the coverage files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: coverage-files
path: .coverage/
Expand Down Expand Up @@ -803,7 +803,7 @@ jobs:
echo "GRAFANA START: pr ${CHANGE_ID} attempt ${{ github.run_attempt }} run ${{ github.run_id }} group ${{ matrix.group }}" > "$FILTERED_LOG_FILE"
- name: Download built snap
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: snap-files-default-test
pattern: snapd_1337.*.snap
Expand Down

0 comments on commit e81639b

Please sign in to comment.