Skip to content

Commit 4c72a81

Browse files
authored
Merge pull request #173 from palewire/dependabot/github_actions/dot-github/workflows/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6 in /.github/workflows
2 parents efa0f76 + 814e9bb commit 4c72a81

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
steps:
164164
- id: fetch
165165
name: Fetch artifact
166-
uses: actions/download-artifact@v5
166+
uses: actions/download-artifact@v6
167167
with:
168168
name: build-${{ github.run_number }}
169169
path: ./dist

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
if: ${{ github.ref_name == 'main' }}
4949
steps:
5050
- name: Download release candidate
51-
uses: actions/download-artifact@v5
51+
uses: actions/download-artifact@v6
5252
with:
5353
name: release-candidate
5454
path: ./docs/

0 commit comments

Comments
 (0)