From f020f5bd8d33945b6105d046bc4b2d9a9108dbd5 Mon Sep 17 00:00:00 2001 From: David DE CARVALHO Date: Wed, 8 Jan 2025 00:05:20 +0100 Subject: [PATCH] upgrade actions/upload-artifact and actions/download-artifact from v3 to v4 --- .github/workflows/tag_release.yml | 4 ++-- CHANGELOG.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tag_release.yml b/.github/workflows/tag_release.yml index 7881584..40ae7c6 100644 --- a/.github/workflows/tag_release.yml +++ b/.github/workflows/tag_release.yml @@ -48,7 +48,7 @@ jobs: body: ${{ steps.extract-release-notes.outputs.release_notes }} - name: Export plugin Jar files id: export_jar_files - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: creedengo-plugins path: target @@ -63,7 +63,7 @@ jobs: steps: - name: Import plugin JAR files id: import_jar_files - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: creedengo-plugins path: target diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bea824..828269d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - check SonarQube 10.7 version compatibility - update some libraries versions - update sonarqube version to 24.12.0 +- upgrade actions/upload-artifact and actions/download-artifact from v3 to v4 ### Deleted