Skip to content

Commit

Permalink
[ci] Update actions/upload-artifact from v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Sep 17, 2024
1 parent f8b29b9 commit ad56c52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/surge-receive-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: docker run --privileged -i --rm -p 4000:4000 -e LC_ALL=C.UTF-8 -e LANG=C.UTF-8 -v $(pwd):/site debezium/website-builder bash -c "rake clean build[production]"

- name: upload dist artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dist
path: _site/
Expand All @@ -29,7 +29,7 @@ jobs:

- name: Upload PR number
if: ${{ always() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: pr
path: ./pr-id.txt

0 comments on commit ad56c52

Please sign in to comment.