Skip to content

Commit 094192f

Browse files
committed
[NRL-1922] Fix pr-checks workflow issues
1 parent f6f4dd3 commit 094192f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: make test
3535

3636
- name: Upload build artifacts
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: build-artifacts
4040
path: dist
@@ -49,7 +49,7 @@ jobs:
4949
ref: ${{ github.ref }}
5050

5151
- name: Get build artifacts
52-
uses: actions/download-artifact@v3
52+
uses: actions/download-artifact@v4
5353
with:
5454
name: build-artifacts
5555
path: dist

0 commit comments

Comments
 (0)