Skip to content

Commit

Permalink
Update actions/download-artifact action to v4.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-renovator[bot] authored Dec 18, 2024
1 parent e5b0794 commit 1ad4918
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
prefix: 'v'

- name: Download build artifacts
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: build-artifacts

Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
prefix: 'v'

- name: Download chart definition
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: helm-chart
path: helm
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
uses: actions/[email protected]

- name: Download build artifacts with sourcemaps
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: build-artifacts

Expand Down

0 comments on commit 1ad4918

Please sign in to comment.