Skip to content

Commit

Permalink
github: update actions/upload-artifact to v4 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-khimov authored Feb 10, 2025
2 parents f811e77 + 2e6924c commit 8e7177a
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 @@ -62,7 +62,7 @@ jobs:
run: mv ./bin/neofs-oauthz* ./bin/neofs-oauthz-${{ matrix.os.bin-name }}-${{ matrix.arch }}${{ (matrix.os.bin-name == 'windows' && '.exe') || '' }}

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

0 comments on commit 8e7177a

Please sign in to comment.