Skip to content

Commit e837e04

Browse files
ci(deps): Bump actions/upload-artifact from 4.4.3 to 4.6.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.6.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.4.3...v4.6.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b3f0333 commit e837e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ jobs:
330330
run: attw ${{ env.TARFILE }}
331331
- id: archive
332332
name: Archive production artifacts
333-
uses: actions/upload-artifact@v4.4.3
333+
uses: actions/upload-artifact@v4.6.1
334334
with:
335335
name: ${{ env.TARFILE }}
336336
path: ${{ env.TARFILE }}

0 commit comments

Comments
 (0)