Skip to content

Commit cda225e

Browse files
Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#177)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.3...v4.3.4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae44106 commit cda225e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: ${{ matrix.job.build }} --verbosity=diagnostic --target=pack
5656
- name: Publish artifacts
5757
if: matrix.job.push && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/'))
58-
uses: actions/[email protected].3
58+
uses: actions/[email protected].4
5959
with:
6060
if-no-files-found: warn
6161
name: package

0 commit comments

Comments
 (0)