Skip to content

Commit

Permalink
Updated workflows with upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Futaura committed Oct 23, 2024
1 parent 5536ad8 commit 219ef88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if [[ ${{ matrix.build }} =~ debug ]]; then make -j1 OS=${{ matrix.platform }} ; fi
- name: upload build as workflow artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: |
build_${{ matrix.platform }}/amissl_v*.library*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
make -j1 release
- name: upload release archive as workflow artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: |
AmiSSL-${{ needs.release_draft.outputs.version }}.lha
Expand Down

0 comments on commit 219ef88

Please sign in to comment.