Skip to content

Commit

Permalink
github: workflows: move to actions/upload-artifact@v4, v2 is unsupported
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxzer committed Oct 11, 2024
1 parent 8f7e5e0 commit ea47720
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 @@ -71,7 +71,7 @@ jobs:
dest: ${{ matrix.DEPLOY_PATH }}

- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: pingviewer-${{ matrix.os }}
path: ${{ matrix.DEPLOY_PATH }}
Expand Down

0 comments on commit ea47720

Please sign in to comment.