Skip to content

Commit

Permalink
Update actions/upload-artifact action to v3 (#261)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed May 14, 2022
1 parent cfde16b commit 8a29bf4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -123,37 +123,37 @@ jobs:
# only store binlog on failure
- name: store binlogs
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: binlogs
path: artifacts/binlog

- name: store docfx
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: docfx
path: artifacts/docfx

- name: store nuget packages
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: nuget
path: artifacts/nuget

- name: store omd
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: omd
path: artifacts/omd

- name: store outdated
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: outdated
path: artifacts/outdated

- name: store snitch
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: snitch
path: artifacts/snitch
Expand Down

0 comments on commit 8a29bf4

Please sign in to comment.