Skip to content

Commit eabfd64

Browse files
dependabot[bot]jredrejo
authored andcommitted
Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 512ea17 commit eabfd64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_zip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Get ZIP filename
5050
id: get-zip-filename
5151
run: echo "::set-output name=zip-file-name::$(ls deploy | grep .zip | cat)"
52-
- uses: actions/upload-artifact@v2
52+
- uses: actions/upload-artifact@v3
5353
with:
5454
name: ${{ steps.get-zip-filename.outputs.zip-file-name }}
5555
path: deploy/${{ steps.get-zip-filename.outputs.zip-file-name }}

0 commit comments

Comments
 (0)