Skip to content

Commit

Permalink
Merge pull request #1 from deepflowinc/dependabot/github_actions/dot-…
Browse files Browse the repository at this point in the history
…github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
konn authored Sep 4, 2024
2 parents 84c00ec + 78e0278 commit dcf0ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
ref: ${{github.event.pull_request.head.sha || github.sha}}
- name: Download artifacts
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
- name: Decompress
run: tar xaf ${{env.artifact}}/${{env.artifact}}.tar.zst
- name: Run Tests
Expand Down

0 comments on commit dcf0ffe

Please sign in to comment.