Skip to content

Commit

Permalink
Bump actions/upload-artifact from v1 to v2.2.2
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v1 to v2.2.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v1...e448a9b)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and arturcic committed Mar 9, 2021
1 parent 7686827 commit 00f2e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ jobs:
- name: '[Cake build & pack]'
shell: pwsh
run: ./build.ps1 -target Pack
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v2.2.2
if: matrix.os == 'windows-latest'
with:
name: storage
path: ${{ github.workspace }}/artifacts
name: 'Upload artifacts folder'
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v2.2.2
with:
name: storage-${{ matrix.os }}
path: ${{ github.workspace }}/artifacts/native
Expand Down

0 comments on commit 00f2e62

Please sign in to comment.