Skip to content

Commit 25c4c92

Browse files
authored
Merge pull request #121 from insideapp-oss/dependabot/github_actions/develop/actions/upload-artifact-3.1.0
Bump actions/upload-artifact from 2.2.4 to 3.1.0
2 parents 1063260 + dacf3e9 commit 25c4c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
name: Get maven project version
3333
uses: jactions/[email protected]
3434
- name: Upload plugin artifact
35-
uses: actions/upload-artifact@v2.2.4
35+
uses: actions/upload-artifact@v3.1.0
3636
with:
3737
name: plugin
3838
path: sonar-flutter-plugin/target/sonar-flutter-plugin-${{ steps.get-version.outputs.version }}.jar

0 commit comments

Comments
 (0)