diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfc44285..fead1e2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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