Skip to content

Commit

Permalink
(fix) fix github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
devqik committed Feb 8, 2025
1 parent 957d919 commit ec42f7b
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 @@ -58,7 +58,7 @@ jobs:
cd -
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: binaries
path: |
Expand All @@ -73,7 +73,7 @@ jobs:
- uses: actions/checkout@v4

- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: binaries

Expand Down

0 comments on commit ec42f7b

Please sign in to comment.