Skip to content

Commit 9d7709e

Browse files
authored
Merge pull request #4647 from OSGeo/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 4 to 6
2 parents dae0354 + 13bfb0b commit 9d7709e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cifuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fuzz-seconds: 600
3030
dry-run: false
3131
- name: Upload Crash
32-
uses: actions/upload-artifact@v5
32+
uses: actions/upload-artifact@v6
3333
if: failure() && steps.build.outcome == 'success'
3434
with:
3535
name: artifacts

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
working-directory: ./proj.4-feedstock
5252

5353

54-
- uses: actions/upload-artifact@v5
54+
- uses: actions/upload-artifact@v6
5555
with:
5656
name: ${{ matrix.platform }}-conda-package
5757
path: ./proj.4-feedstock/packages/

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: docker run --rm -v "$PWD":/build/proj_src -v "$PWD"/wasm_out:/usr/local/wasm proj-emscripten-builder
3737

3838
- name: Upload artifacts
39-
uses: actions/upload-artifact@v4
39+
uses: actions/upload-artifact@v6
4040
with:
4141
name: proj-js-wasm
4242
retention-days: 15

0 commit comments

Comments
 (0)