Skip to content

Commit

Permalink
upgrade actions/upload-artifact and actions/download-artifact from v3…
Browse files Browse the repository at this point in the history
… to v4
  • Loading branch information
dedece35 committed Jan 7, 2025
1 parent 96a437d commit 9bd34f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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
Expand All @@ -58,7 +58,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
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#42](https://github.com/green-code-initiative/creedengo-python/issues/42) Correction of dead link
- update some libraries versions / TU corrections / README.md correction (compatibility)
- update sonarqube version to 24.12.0
- upgrade actions/upload-artifact and actions/download-artifact from v3 to v4

### Deleted

Expand Down

0 comments on commit 9bd34f0

Please sign in to comment.