Skip to content

Commit

Permalink
Merge pull request #51 from nvdaaddons/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
josephsl authored Oct 19, 2024
2 parents 8edd259 + 33d0464 commit d8682de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: download releases files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- name: Display structure of downloaded files
run: ls -R
- name: Calculate sha256
Expand Down

0 comments on commit d8682de

Please sign in to comment.