Skip to content

Commit

Permalink
Update workflows to use v4 of artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Airiinnn committed Jan 31, 2025
1 parent b621a27 commit 635ee39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Upload artifacts (pull request)
if: ${{ success() && github.event_name == 'pull_request' && matrix.os == 'ubuntu-24.04' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: reposense-deployment
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pending.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Surge.sh pending build

on:
pull_request_target:
pull_request:
branches-ignore:
- gh-pages

Expand All @@ -27,7 +27,7 @@ jobs:
- name: Upload artifacts
if: ${{ success() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: reposense-deployment-id
path: ./pr
Expand Down

0 comments on commit 635ee39

Please sign in to comment.