Skip to content

Commit c61cdbc

Browse files
Update GitHub Artifact Actions to v4 (major) (#228)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/download-artifact](https://togithub.com/actions/download-artifact) | action | major | `v3` -> `v4` | | [actions/upload-artifact](https://togithub.com/actions/upload-artifact) | action | major | `v3` -> `v4` | --- ### Release Notes <details> <summary>actions/download-artifact (actions/download-artifact)</summary> ### [`v4`](https://togithub.com/actions/download-artifact/compare/v3...v4) [Compare Source](https://togithub.com/actions/download-artifact/compare/v3...v4) </details> <details> <summary>actions/upload-artifact (actions/upload-artifact)</summary> ### [`v4`](https://togithub.com/actions/upload-artifact/compare/v3...v4) [Compare Source](https://togithub.com/actions/upload-artifact/compare/v3...v4) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/cloud-py-api/nc_py_api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1c816be commit c61cdbc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/analysis-coverage.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181

182182
- name: Upload NC logs
183183
if: always()
184-
uses: actions/upload-artifact@v3
184+
uses: actions/upload-artifact@v4
185185
with:
186186
name: nc_log_maria_${{ matrix.nextcloud }}_${{ matrix.python }}_${{ matrix.php-version }}
187187
path: data/nextcloud.log
@@ -333,7 +333,7 @@ jobs:
333333

334334
- name: Upload NC logs
335335
if: always()
336-
uses: actions/upload-artifact@v3
336+
uses: actions/upload-artifact@v4
337337
with:
338338
name: nc_log_pgsql_${{ matrix.nextcloud }}_${{ matrix.python }}_${{ matrix.php-version }}
339339
path: data/nextcloud.log
@@ -442,7 +442,7 @@ jobs:
442442

443443
- name: Upload NC logs
444444
if: always()
445-
uses: actions/upload-artifact@v3
445+
uses: actions/upload-artifact@v4
446446
with:
447447
name: nc_log_oci_stable27_3.11_8.1
448448
path: data/nextcloud.log
@@ -621,7 +621,7 @@ jobs:
621621

622622
- name: Upload NC logs
623623
if: always()
624-
uses: actions/upload-artifact@v3
624+
uses: actions/upload-artifact@v4
625625
with:
626626
name: nc_log_maria_${{ matrix.nextcloud }}
627627
path: data/nextcloud.log
@@ -792,7 +792,7 @@ jobs:
792792

793793
- name: Upload NC logs
794794
if: always()
795-
uses: actions/upload-artifact@v3
795+
uses: actions/upload-artifact@v4
796796
with:
797797
name: nc_log_pgsql_${{ matrix.nextcloud }}
798798
path: data/nextcloud.log
@@ -919,7 +919,7 @@ jobs:
919919

920920
- name: Upload NC logs
921921
if: always()
922-
uses: actions/upload-artifact@v3
922+
uses: actions/upload-artifact@v4
923923
with:
924924
name: nc_log_sqlite_${{ matrix.nextcloud }}
925925
path: data/nextcloud.log

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: twine check dist/*
2828

2929
- name: Upload
30-
uses: actions/upload-artifact@v3
30+
uses: actions/upload-artifact@v4
3131
with:
3232
name: wheels_nc_py_api
3333
path: dist/*.*
@@ -52,7 +52,7 @@ jobs:
5252
echo "EOF" >> $GITHUB_ENV
5353
5454
- name: Download sdist and wheels
55-
uses: actions/download-artifact@v3
55+
uses: actions/download-artifact@v4
5656
with:
5757
name: wheels_nc_py_api
5858
path: wheelhouse_nc_py_api

0 commit comments

Comments
 (0)