Skip to content

Commit

Permalink
Merge pull request #75 from SURFscz/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
baszoetekouw authored Feb 6, 2024
2 parents 007ad5c + 986ba5d commit 7b0c9d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:
- name: Fetch source
id: fetch_source
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: "dist-source"
path: "."
Expand Down Expand Up @@ -405,7 +405,7 @@ jobs:

- name: Fetch artifacts
id: fetch_artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: "artifacts/"

Expand Down

0 comments on commit 7b0c9d8

Please sign in to comment.