Skip to content

Commit 796f5c8

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 995376f commit 796f5c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: github/codeql-action/analyze@v3
7575

7676
- name: Upload coverage reports # Kept artifact upload
77-
uses: actions/upload-artifact@v4.4.0
77+
uses: actions/upload-artifact@v4.6.2
7878
with:
7979
name: coverage-report
8080
path: coverage/ # Upload the whole coverage directory
@@ -125,7 +125,7 @@ jobs:
125125
echo "artifact_path=$ARTIFACT_NAME" >> $GITHUB_OUTPUT
126126
127127
- name: Upload build artifact for release job
128-
uses: actions/upload-artifact@v4.4.0
128+
uses: actions/upload-artifact@v4.6.2
129129
with:
130130
name: release-artifact
131131
path: ${{ steps.archive_build.outputs.artifact_path }}

0 commit comments

Comments
 (0)