Skip to content

Commit

Permalink
Revert "chore(deps): Bump actions/download-artifact from 3 to 4.1.7 i…
Browse files Browse the repository at this point in the history
…n /.github/workflows" (#62)

Reverts #60, which broke artifact downloads.

I should have noticed that the robot PR was a major number bump and
therefore might be a breaking change.
  • Loading branch information
joeyparrish authored Sep 20, 2024
1 parent 704d42a commit 04a7d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download packages
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v3
with:
name: windows-packages

Expand Down

0 comments on commit 04a7d3c

Please sign in to comment.