Skip to content

Commit

Permalink
Update GitHub Actions to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBlue committed Apr 28, 2024
1 parent b936083 commit 28ea7f0
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 @@ -20,7 +20,7 @@ jobs:
needs: build
steps:
- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ github.event.repository.name }}
path: artifacts
Expand Down

0 comments on commit 28ea7f0

Please sign in to comment.