Skip to content

Commit dec178c

Browse files
authored
Merge pull request #1414 from OpenGeoscience/dependabot/github_actions/actions/upload-artifact-5
build(deps): bump actions/upload-artifact from 4 to 5
2 parents 51ecffe + b6ab551 commit dec178c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,23 @@ jobs:
4545
python3 tests/runners/baseline_images.py -cevb _build
4646
- name: Upload test images on failure
4747
if: ${{ failure() }}
48-
uses: actions/upload-artifact@v4
48+
uses: actions/upload-artifact@v5
4949
with:
5050
name: images
5151
path: |
5252
_build/images
5353
_build/Baseline*tgz
5454
- name: Upload artifacts
5555
if: ${{ always() }}
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v5
5757
with:
5858
name: dist
5959
path: |
6060
dist/apidocs
6161
dist/built
6262
- name: Upload built website
6363
if: ${{ success() }}
64-
uses: actions/upload-artifact@v4
64+
uses: actions/upload-artifact@v5
6565
with:
6666
name: website
6767
path: |

0 commit comments

Comments
 (0)