Skip to content

Commit 6a0890d

Browse files
authored
Merge pull request #4684 from OSGeo/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents ca74eca + f809b62 commit 6a0890d

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@v6
32+
uses: actions/upload-artifact@v7
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@v6
54+
- uses: actions/upload-artifact@v7
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
@@ -40,7 +40,7 @@ jobs:
4040
proj-emscripten-builder
4141
4242
- name: Upload artifacts
43-
uses: actions/upload-artifact@v6
43+
uses: actions/upload-artifact@v7
4444
with:
4545
name: proj-js-wasm
4646
retention-days: 90

0 commit comments

Comments
 (0)