Skip to content

Commit 37e023a

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 a767bb8 commit 37e023a

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
@@ -396,7 +396,7 @@ jobs:
396396
run: attw ${{ env.TARFILE }}
397397
- id: archive
398398
name: Archive production artifacts
399-
uses: actions/upload-artifact@v4.4.3
399+
uses: actions/upload-artifact@v4.6.1
400400
with:
401401
name: ${{ env.TARFILE }}
402402
path: ${{ env.TARFILE }}

0 commit comments

Comments
 (0)