Skip to content

Commit

Permalink
Merge pull request #10 from maxisoft/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-3.1.1
  • Loading branch information
dependabot[bot] authored Oct 25, 2022
2 parents de7a794 + e35f615 commit 91f90b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
- name: Upload generic
continue-on-error: true
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.1.1
with:
name: ${{ matrix.os }}_${{ env.PLUGIN_NAME }}-generic
path: out/${{ env.PLUGIN_NAME }}-generic.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Upload stdout
continue-on-error: true
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.1.1
with:
name: ${{ matrix.configuration }}_${{ matrix.asf_docker_tag }}_stdout
path: out.txt
Expand Down

0 comments on commit 91f90b1

Please sign in to comment.