Skip to content

Commit 9bd34f0

Browse files
committed
upgrade actions/upload-artifact and actions/download-artifact from v3 to v4
1 parent 96a437d commit 9bd34f0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/tag_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
body: ${{ steps.extract-release-notes.outputs.release_notes }}
4444
- name: Export plugin Jar files
4545
id: export_jar_files
46-
uses: actions/upload-artifact@v3
46+
uses: actions/upload-artifact@v4
4747
with:
4848
name: creedengo-plugins
4949
path: target
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- name: Import plugin JAR files
6060
id: import_jar_files
61-
uses: actions/download-artifact@v3
61+
uses: actions/download-artifact@v4
6262
with:
6363
name: creedengo-plugins
6464
path: target

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- [#42](https://github.com/green-code-initiative/creedengo-python/issues/42) Correction of dead link
1515
- update some libraries versions / TU corrections / README.md correction (compatibility)
1616
- update sonarqube version to 24.12.0
17+
- upgrade actions/upload-artifact and actions/download-artifact from v3 to v4
1718

1819
### Deleted
1920

0 commit comments

Comments
 (0)