From 408fdb3e20d0cceb4f77fb1a91269876edbe5ba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Berkefeld?= Date: Wed, 29 Jan 2025 15:34:03 +0100 Subject: [PATCH 1/8] auto-assign issueType task --- .github/ISSUE_TEMPLATE/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/task.md b/.github/ISSUE_TEMPLATE/task.md index e22c4ec49..fda68d04e 100644 --- a/.github/ISSUE_TEMPLATE/task.md +++ b/.github/ISSUE_TEMPLATE/task.md @@ -4,7 +4,7 @@ about: Technical improvements without functional impact / changes to the Documen title: "[TASK] " labels: NEW, chore assignees: '' - +issueType: task --- From 5906bd761019999e6a2d453a3d0be74917e32ba8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 18:01:02 +0000 Subject: [PATCH 2/8] Bump dawidd6/action-download-artifact from 7 to 8 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 7 to 8. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage-base-update.yml | 4 ++-- .github/workflows/coverage.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage-base-update.yml b/.github/workflows/coverage-base-update.yml index 572466a6c..a15387957 100644 --- a/.github/workflows/coverage-base-update.yml +++ b/.github/workflows/coverage-base-update.yml @@ -24,7 +24,7 @@ jobs: git fetch origin ${{ github.event.pull_request.base.ref }} --depth=1000 - name: Download artifact for base branch - uses: dawidd6/action-download-artifact@v7 + uses: dawidd6/action-download-artifact@v8 continue-on-error: true with: workflow: ${{ github.event.pull_request.base.ref == 'main' && 'coverage-main-branch.yml' || github.event.pull_request.base.ref == 'develop' && 'coverage-develop-branch.yml' || 'coverage.yml' }} @@ -35,7 +35,7 @@ jobs: search_artifacts: true - name: Download artifact for to be merged branch - uses: dawidd6/action-download-artifact@v7 + uses: dawidd6/action-download-artifact@v8 continue-on-error: true with: workflow: 'coverage.yml' diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 3f0817990..39f6bf493 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -56,7 +56,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} - name: Download artifact for base branch if available, previous - uses: dawidd6/action-download-artifact@v7 + uses: dawidd6/action-download-artifact@v8 continue-on-error: true with: workflow: ${{ github.event.pull_request.base.ref == 'main' && 'coverage-main-branch.yml' || github.event.pull_request.base.ref == 'develop' && 'coverage-develop-branch.yml' || 'coverage.yml' }} From 1d38ef645788d0d0d1daec85a7924843489c7129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Berkefeld?= Date: Mon, 3 Feb 2025 19:07:14 +0100 Subject: [PATCH 3/8] upgrade actions/upload-artifact from v3 to v4 --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 39f6bf493..44627d84c 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -33,7 +33,7 @@ jobs: git fetch origin ${{ github.event.pull_request.base.ref }} --depth=1000 - name: Upload coverage artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-coverage-output path: coverage From 1c9b0698f70099f7f448cf118535e39da529e76a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Berkefeld?= Date: Mon, 3 Feb 2025 19:07:42 +0100 Subject: [PATCH 4/8] upgrade actions/upload-artifact from v3 to v4 --- .github/workflows/coverage-main-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage-main-branch.yml b/.github/workflows/coverage-main-branch.yml index 3c80b297f..8a268230b 100644 --- a/.github/workflows/coverage-main-branch.yml +++ b/.github/workflows/coverage-main-branch.yml @@ -34,7 +34,7 @@ jobs: npx c8 report --reporter json-summary --exclude-after-remap false - name: Upload coverage artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-coverage-output path: coverage From d87c21b966b08fe20f9dbc614eb898906030f669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Berkefeld?= Date: Mon, 3 Feb 2025 19:08:01 +0100 Subject: [PATCH 5/8] upgrade actions/upload-artifact from v3 to v4 --- .github/workflows/coverage-develop-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage-develop-branch.yml b/.github/workflows/coverage-develop-branch.yml index 4700e1a37..bcbb2adc4 100644 --- a/.github/workflows/coverage-develop-branch.yml +++ b/.github/workflows/coverage-develop-branch.yml @@ -34,7 +34,7 @@ jobs: npx c8 report --reporter json-summary --exclude-after-remap false - name: Upload coverage artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-coverage-output path: coverage From 2230c71f0d90fddd92eaa9ee7712fa2262df5d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Berkefeld?= Date: Mon, 3 Feb 2025 19:12:54 +0100 Subject: [PATCH 6/8] configure actions/upload-artifact@v4 --- .github/workflows/coverage-develop-branch.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/coverage-develop-branch.yml b/.github/workflows/coverage-develop-branch.yml index bcbb2adc4..2ea7d41f8 100644 --- a/.github/workflows/coverage-develop-branch.yml +++ b/.github/workflows/coverage-develop-branch.yml @@ -38,3 +38,5 @@ jobs: with: name: test-coverage-output path: coverage + overwrite: true + retention-days: 90 From 1595d397831589b5fd795d7f7e5968041c0f5942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Berkefeld?= Date: Mon, 3 Feb 2025 19:14:53 +0100 Subject: [PATCH 7/8] configure actions/upload-artifact@v4 and upgrade configure actions/download-artifact from v3 to v4 --- .github/workflows/coverage.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 44627d84c..9ffdb296d 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -37,9 +37,11 @@ jobs: with: name: test-coverage-output path: coverage + overwrite: true + retention-days: 90 - name: Download coverage artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: artifacts From e01214572940d17005b4ae18f932d75df2da3886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Berkefeld?= Date: Mon, 3 Feb 2025 19:15:34 +0100 Subject: [PATCH 8/8] configure actions/upload-artifact@v4 --- .github/workflows/coverage-main-branch.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/coverage-main-branch.yml b/.github/workflows/coverage-main-branch.yml index 8a268230b..33e061943 100644 --- a/.github/workflows/coverage-main-branch.yml +++ b/.github/workflows/coverage-main-branch.yml @@ -38,3 +38,5 @@ jobs: with: name: test-coverage-output path: coverage + overwrite: true + retention-days: 90