Skip to content

Commit

Permalink
Merge pull request #64 from maxisoft/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4.3.3
  • Loading branch information
dependabot[bot] authored May 4, 2024
2 parents 0f0f4be + ba1681a commit f9d82b3
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.1.3
uses: actions/upload-artifact@v4.3.3
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 @@ -113,7 +113,7 @@ jobs:
- name: Upload stdout
continue-on-error: true
if: always()
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.3.3
with:
name: ${{ matrix.configuration }}_${{ matrix.asf_docker_tag }}_stdout
path: out.txt
Expand Down

0 comments on commit f9d82b3

Please sign in to comment.