Skip to content

Commit 1af952b

Browse files
chore(deps): update github artifact actions to v4
1 parent 387513d commit 1af952b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
excludeMajor: true
3434
excludeMinor: true
3535
- run: echo "${{ steps.tuplip.outputs.tags }}" | sort > ${{ github.job }}.tags
36-
- uses: actions/upload-artifact@v2.1.4
36+
- uses: actions/upload-artifact@v4.3.6
3737
with:
3838
name: ${{ github.job }}-tags
3939
path: ${{ github.job }}.tags
@@ -58,7 +58,7 @@ jobs:
5858
exclusiveLatest: true
5959
buildOnly: true
6060
- run: echo "${{ steps.tuplip.outputs.tags }}" | sort > ${{ github.job }}.tags
61-
- uses: actions/upload-artifact@v2.1.4
61+
- uses: actions/upload-artifact@v4.3.6
6262
with:
6363
name: ${{ github.job }}-tags
6464
path: ${{ github.job }}.tags
@@ -85,7 +85,7 @@ jobs:
8585
exclusiveLatest: true
8686
repository: ''
8787
- run: echo "${{ steps.tuplip.outputs.tags }}" | sort > ${{ github.job }}.tags
88-
- uses: actions/upload-artifact@v2.1.4
88+
- uses: actions/upload-artifact@v4.3.6
8989
with:
9090
name: ${{ github.job }}-tags
9191
path: ${{ github.job }}.tags
@@ -147,7 +147,7 @@ jobs:
147147
filter: |
148148
mytag
149149
- run: echo "${{ steps.tuplip.outputs.tags }}" | sort > ${{ github.job }}.tags
150-
- uses: actions/upload-artifact@v2.1.4
150+
- uses: actions/upload-artifact@v4.3.6
151151
with:
152152
name: ${{ github.job }}-tags
153153
path: ${{ github.job }}.tags
@@ -179,7 +179,7 @@ jobs:
179179
excludeMajor: true
180180
excludeMinor: true
181181
- run: echo "${{ steps.tuplip.outputs.tags }}" | sort > ${{ github.job }}.tags
182-
- uses: actions/upload-artifact@v2.1.4
182+
- uses: actions/upload-artifact@v4.3.6
183183
with:
184184
name: ${{ github.job }}-tags
185185
path: ${{ github.job }}.tags
@@ -208,7 +208,7 @@ jobs:
208208
dockerfile: 'WithRepository.Dockerfile'
209209
buildOnly: true
210210
- run: echo "${{ steps.tuplip.outputs.tags }}" | sort > ${{ github.job }}.tags
211-
- uses: actions/upload-artifact@v2.1.4
211+
- uses: actions/upload-artifact@v4.3.6
212212
with:
213213
name: ${{ github.job }}-tags
214214
path: ${{ github.job }}.tags
@@ -240,7 +240,7 @@ jobs:
240240
one
241241
two:1.2.3
242242
- run: echo "${{ steps.tuplip.outputs.tags }}" | sort > ${{ github.job }}.tags
243-
- uses: actions/upload-artifact@v2.1.4
243+
- uses: actions/upload-artifact@v4.3.6
244244
with:
245245
name: ${{ github.job }}-tags
246246
path: ${{ github.job }}.tags
@@ -267,7 +267,7 @@ jobs:
267267
- straight
268268
steps:
269269
- uses: actions/[email protected]
270-
- uses: actions/download-artifact@v2.0.10
270+
- uses: actions/download-artifact@v4.1.8
271271
with:
272272
name: ${{ matrix.test }}-tags
273273
- uses: LouisBrunner/[email protected]

0 commit comments

Comments
 (0)