Merge pull request #13615 from openlayers/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
This commit is contained in:
4
.github/workflows/build-preview.yml
vendored
4
.github/workflows/build-preview.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
node-version: '16'
|
||||
- run: npm ci
|
||||
- run: npm run build-site
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: site
|
||||
path: build/site
|
||||
@@ -26,7 +26,7 @@ jobs:
|
||||
run: |
|
||||
mkdir -p build/pr
|
||||
echo ${{github.event.number}} > build/pr/number
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: pr
|
||||
path: build/pr
|
||||
|
||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -130,7 +130,7 @@ jobs:
|
||||
|
||||
- name: Store Rendering Test Artifacts
|
||||
if: ${{ always() }}
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: rendering-tests
|
||||
path: test/rendering/cases/**/actual.png
|
||||
|
||||
Reference in New Issue
Block a user