Skip to content

Commit 6ff5756

Browse files
authored
bump artifact actions to v4 (star-bnl#727)
1 parent e266c8b commit 6ff5756

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-pull-request.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
outputs: type=docker,dest=/tmp/star-sw-${{ env.STARENV }}.tar
3737

3838
- name: Save built image for test jobs
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: star-sw-${{ env.STARENV }}
4242
path: /tmp/star-sw-${{ env.STARENV }}.tar
@@ -54,7 +54,7 @@ jobs:
5454
STARENV: ${{ matrix.starenv }}-${{ matrix.compiler }}
5555
steps:
5656
- name: Download artifact
57-
uses: actions/download-artifact@v3
57+
uses: actions/download-artifact@v4
5858
with:
5959
name: star-sw-${{ env.STARENV }}
6060
path: /tmp
@@ -79,7 +79,7 @@ jobs:
7979
STARENV: root5-${{ matrix.compiler }}
8080
steps:
8181
- name: Download artifact
82-
uses: actions/download-artifact@v3
82+
uses: actions/download-artifact@v4
8383
with:
8484
name: star-sw-${{ env.STARENV }}
8585
path: /tmp
@@ -104,7 +104,7 @@ jobs:
104104
STARENV: root5-${{ matrix.compiler }}
105105
steps:
106106
- name: Download artifact
107-
uses: actions/download-artifact@v3
107+
uses: actions/download-artifact@v4
108108
with:
109109
name: star-sw-${{ env.STARENV }}
110110
path: /tmp

0 commit comments

Comments
 (0)