Skip to content

Commit a8a9307

Browse files
committed
WIP: migration of actions v3 to v4.
Signed-off-by: ubi de feo <[email protected]>
1 parent bd59f93 commit a8a9307

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
npm run build
9393
9494
- name: Upload [GitHub Actions]
95-
uses: actions/upload-artifact@v3
95+
uses: actions/upload-artifact@v4
9696
with:
9797
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
9898
path: dist
@@ -121,13 +121,13 @@ jobs:
121121

122122
steps:
123123
- name: Download job transfer artifact
124-
uses: actions/download-artifact@v3
124+
uses: actions/download-artifact@v4
125125
with:
126126
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
127127
path: ${{ env.JOB_TRANSFER_ARTIFACT }}
128128

129129
- name: Upload tester build artifact
130-
uses: actions/upload-artifact@v3
130+
uses: actions/upload-artifact@v4
131131
with:
132132
name: ${{ matrix.artifact.name }}
133133
path: ${{ env.JOB_TRANSFER_ARTIFACT }}/${{ matrix.artifact.path }}
@@ -138,7 +138,7 @@ jobs:
138138
runs-on: ubuntu-latest
139139
steps:
140140
- name: Download [GitHub Actions]
141-
uses: actions/download-artifact@v3
141+
uses: actions/download-artifact@v4
142142
with:
143143
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
144144
path: ${{ env.JOB_TRANSFER_ARTIFACT }}

0 commit comments

Comments
 (0)