Skip to content

Commit 49da092

Browse files
Bump actions/upload-artifact from 4.3.1 to 4.3.3 (#82)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.1...v4.3.3) --- 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 7331cd3 commit 49da092

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
@@ -49,7 +49,7 @@ jobs:
4949
run: ${{ matrix.job.build }} --verbosity=diagnostic --target=pack
5050
- name: Publish artifacts
5151
if: matrix.job.push && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/'))
52-
uses: actions/[email protected].1
52+
uses: actions/[email protected].3
5353
with:
5454
if-no-files-found: warn
5555
name: package

0 commit comments

Comments
 (0)