Skip to content

Commit

Permalink
Merge pull request #31 from green-code-initiative/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/dot-github/workflows/github_actions-14598a9f5f

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows in the github_actions group across 1 directory
  • Loading branch information
dedece35 authored Oct 4, 2024
2 parents 398cd3c + 424c824 commit cd429e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
steps:
- name: Import plugin JAR files
id: import_jar_files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ecocode-plugins
path: lib
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.7
with:
name: ecocode-plugins
path: target
Expand Down

0 comments on commit cd429e4

Please sign in to comment.