Skip to content

Commit

Permalink
Merge pull request #76 from Watfaq/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…download-artifact-3

Bump actions/download-artifact from 1 to 3
  • Loading branch information
ibigbug authored Sep 18, 2023
2 parents f130a6a + 52c6c2a commit 5723b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Load Release URL File from release job
uses: actions/download-artifact@v1
uses: actions/download-artifact@v3
with:
name: release_url
- name: Build
Expand Down

0 comments on commit 5723b78

Please sign in to comment.