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'
|
node-version: '16'
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build-site
|
- run: npm run build-site
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: site
|
name: site
|
||||||
path: build/site
|
path: build/site
|
||||||
@@ -26,7 +26,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir -p build/pr
|
mkdir -p build/pr
|
||||||
echo ${{github.event.number}} > build/pr/number
|
echo ${{github.event.number}} > build/pr/number
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: pr
|
name: pr
|
||||||
path: build/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
|
- name: Store Rendering Test Artifacts
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: rendering-tests
|
name: rendering-tests
|
||||||
path: test/rendering/cases/**/actual.png
|
path: test/rendering/cases/**/actual.png
|
||||||
|
|||||||
Reference in New Issue
Block a user