Skip to content

Commit a53d14b

Browse files
dependabot[bot]arturcic
authored andcommitted
Bump actions/upload-artifact from v2.2.2 to v2.2.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v2.2.2 to v2.2.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2.2.2...ee69f02) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9483a9f commit a53d14b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ jobs:
5959
- name: '[Cake build & pack]'
6060
shell: pwsh
6161
run: ./build.ps1 -target Pack
62-
- uses: actions/[email protected].2
62+
- uses: actions/[email protected].3
6363
if: matrix.os == 'windows-latest'
6464
with:
6565
name: storage
6666
path: ${{ github.workspace }}/artifacts
6767
name: 'Upload artifacts folder'
68-
- uses: actions/[email protected].2
68+
- uses: actions/[email protected].3
6969
with:
7070
name: storage-${{ matrix.os }}
7171
path: ${{ github.workspace }}/artifacts/native

0 commit comments

Comments
 (0)