Skip to content

Commit

Permalink
.github: Update version for GitHub action upload-artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Tatiana Nesterenko <[email protected]>
  • Loading branch information
tatiana-nspcc committed Feb 27, 2024
1 parent 0ac7e16 commit 1dafed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: mv ./xk6-neofs* ./xk6-neofs-${{ matrix.os.bin-name }}-${{ matrix.arch }}

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: xk6-neofs-${{ matrix.os.bin-name }}-${{ matrix.arch }}
path: ./xk6-neofs*
Expand Down

0 comments on commit 1dafed3

Please sign in to comment.