Skip to content

Commit b47d6ac

Browse files
ci(deps): Bump actions/upload-artifact from 4.6.2 to 5.0.0 (#133)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3135ea9 commit b47d6ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ jobs:
283283
run: yarn typecheck
284284
- id: report
285285
name: Upload report
286-
uses: actions/upload-artifact@v4.6.2
286+
uses: actions/upload-artifact@v5.0.0
287287
with:
288288
name: |
289289
${{ format('typecheck-{0}-{1}-{2}.blob.json', matrix.typescript-version, github.event.repository.name, env.SHA) }}
@@ -331,7 +331,7 @@ jobs:
331331
run: attw ${{ env.TARFILE }}
332332
- id: archive
333333
name: Archive production artifacts
334-
uses: actions/upload-artifact@v4.6.2
334+
uses: actions/upload-artifact@v5.0.0
335335
with:
336336
name: ${{ env.TARFILE }}
337337
path: ${{ env.TARFILE }}

0 commit comments

Comments
 (0)