Skip to content

Commit

Permalink
Update GitHub Artifact Actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent 449d928 commit 3ca9e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

-
name: Upload Windows File
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: solid-windows-amd64
path: dist/solid.exe
Expand All @@ -127,7 +127,7 @@ jobs:
-
name: Download Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

-
name: Rename
Expand Down

0 comments on commit 3ca9e65

Please sign in to comment.