Merge pull request #17 from anas-elgarhy/dependabot/github_actions/actions/upload-artifact-3.1.2

Bump actions/upload-artifact from 2.2.3 to 3.1.2
This commit is contained in:
Anas Elgarhy 2023-01-08 19:59:38 +02:00 committed by GitHub
commit 9ff6e7d727
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,7 +116,7 @@ jobs:
# Upload plugin artifact to make it available in the next jobs
- name: Upload artifact
uses: actions/upload-artifact@v2.2.3
uses: actions/upload-artifact@v3.1.2
with:
name: plugin-artifact
path: ./build/distributions/${{ needs.build.outputs.artifact }}