Skip to content

Commit 4301327

Browse files
Bump actions/upload-artifact from 3.1.0 to 3.1.1 (#46)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e90a965 commit 4301327

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
@@ -63,7 +63,7 @@ jobs:
6363
run: ${{ matrix.job.build }} --verbosity=diagnostic --target=pack
6464
- name: Publish artifacts
6565
if: matrix.job.push && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/'))
66-
uses: actions/[email protected].0
66+
uses: actions/[email protected].1
6767
with:
6868
if-no-files-found: warn
6969
name: package

0 commit comments

Comments
 (0)