Skip to content

Commit 2c381e0

Browse files
authored
Merge pull request #371 from snowplow/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
2 parents b75934a + 92fb34a commit 2c381e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
python-version: '3.x'
7777

7878
- name: Download artifacts
79-
uses: actions/download-artifact@v3
79+
uses: actions/download-artifact@v4.1.7
8080
with:
8181
name: distfiles_${{ github.run_id }}
8282
path: ${{ github.workspace }}/dist

0 commit comments

Comments
 (0)