Skip to content

Commit

Permalink
Merge pull request #371 from snowplow/dependabot/github_actions/dot-g…
Browse files Browse the repository at this point in the history
…ithub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
miike authored Sep 3, 2024
2 parents b75934a + 92fb34a commit 2c381e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
python-version: '3.x'

- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: distfiles_${{ github.run_id }}
path: ${{ github.workspace }}/dist
Expand Down

0 comments on commit 2c381e0

Please sign in to comment.