Skip to content

Commit

Permalink
ci(deps): bump actions/upload-artifact from 4.4.3 to 4.6.0 (#716)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent 512ea7d commit e724ecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ jobs:
run: yarn typecheck
- id: report
name: Upload report
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.6.0
with:
name: |
${{ format('typecheck-{0}-{1}-{2}.blob.json', matrix.typescript-version, github.event.repository.name, env.SHA) }}
Expand Down Expand Up @@ -331,7 +331,7 @@ jobs:
run: attw ${{ env.TARFILE }}
- id: archive
name: Archive production artifacts
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.6.0
with:
name: ${{ env.TARFILE }}
path: ${{ env.TARFILE }}
Expand Down

0 comments on commit e724ecc

Please sign in to comment.