Skip to content

Commit

Permalink
one chance pls pls pls
Browse files Browse the repository at this point in the history
  • Loading branch information
shahdivyank committed Sep 4, 2024
1 parent 0897e0d commit 5812948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: acm-ucr/build@v2

- name: Save build folder
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build
if-no-files-found: error
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
uses: actions/checkout@v4

- name: Download the build folder
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build
path: ./.next
Expand Down

0 comments on commit 5812948

Please sign in to comment.