Skip to content

Commit dacf3e9

Browse files
Bump actions/upload-artifact from 2.2.4 to 3.1.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.4 to 3.1.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2.2.4...v3.1.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f927746 commit dacf3e9

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)