Skip to content

Commit

Permalink
fix version of upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaZezulinsky committed Oct 21, 2024
1 parent c35a640 commit 3da18df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
make test
- name: Upload Gocore
if: startsWith(github.ref, 'refs/tags/v')
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: gocore-windows-x86_64
path: ./build/bin/gocore*
Expand All @@ -55,7 +55,7 @@ jobs:
make test
- name: Upload Gocore
if: startsWith(github.ref, 'refs/tags/v')
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: gocore-${{ matrix.config.path }}
path: ./build/bin/gocore*
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
make test
- name: Upload Gocore
if: startsWith(github.ref, 'refs/tags/v')
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: gocore-linux-${{ matrix.config.arch }}
path: ./build/bin/gocore*
Expand Down

0 comments on commit 3da18df

Please sign in to comment.