Skip to content

Commit d41dbd2

Browse files
Update actions/download-artifact action to v7 (#88)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c3f5584 commit d41dbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
go install github.com/snapcore/spread/cmd/spread@latest
103103
- name: Download packed charm(s)
104104
timeout-minutes: 5
105-
uses: actions/download-artifact@v6
105+
uses: actions/download-artifact@v7
106106
with:
107107
pattern: ${{ inputs.artifact-prefix }}-*
108108
merge-multiple: true

0 commit comments

Comments
 (0)