Skip to content

Commit

Permalink
update actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
seemenkina committed Nov 6, 2024
1 parent 9fffe1d commit 0952ad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
tar -czvf ${{ matrix.target }}-${{matrix.curve}}.tar.gz release/
- name: Upload archive artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.target }}-archive
path: ./sdk/${{ matrix.target }}-${{matrix.curve}}.tar.gz
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
tar -czvf ${{ matrix.target }}-${{ matrix.curve }}.tar.gz release/
- name: Upload archive artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.target }}-archive
path: ./sdk/${{ matrix.target }}-${{ matrix.curve }}.tar.gz
Expand Down

0 comments on commit 0952ad0

Please sign in to comment.