Skip to content

Commit

Permalink
Bump actions/download-artifact to v4
Browse files Browse the repository at this point in the history
Fixes the following error:

```
This request has been automatically failed because it uses a deprecated version of `actions/download-artifact: v3`.
```
  • Loading branch information
IngmarStein committed Feb 23, 2025
1 parent 045d8c7 commit ee21d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:

steps:
- name: Fetch Release Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: release-artifacts
path: build
Expand Down

0 comments on commit ee21d5b

Please sign in to comment.