Skip to content

Commit 93fef48

Browse files
chore(ci)(deps): bump actions/upload-artifact from 4.3.4 to 4.6.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.4...v4.6.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9043594 commit 93fef48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
9898
- name: Upload build artifacts (only on tag push)
9999
if: startsWith(github.ref, 'refs/tags/v') # Condition: Only run for tags
100-
uses: actions/upload-artifact@v4.3.4 # Specific version
100+
uses: actions/upload-artifact@v4.6.2 # Specific version
101101
with:
102102
name: build-artifacts-archive # Use consistent name
103103
path: ${{ steps.archive_build.outputs.archive_name }}

0 commit comments

Comments
 (0)