Skip to content

Commit

Permalink
Merge pull request #36 from MTWGA/dependabot/github_actions/master/ac…
Browse files Browse the repository at this point in the history
…tions/upload-artifact-3
  • Loading branch information
dependabot[bot] authored Mar 19, 2022
2 parents 79494c9 + 7c021f4 commit d8ffe24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:

# Store built plugin as an artifact for downloading
- name: Upload artifacts
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v3
with:
name: "${{ steps.properties.outputs.name }} - ${{ steps.properties.outputs.version }}"
path: ./build/distributions/*
Expand Down

0 comments on commit d8ffe24

Please sign in to comment.