Skip to content

Commit

Permalink
Merge pull request #83 from maxisoft/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4.3.6

Bump actions/upload-artifact from 4.3.3 to 4.3.6
  • Loading branch information
maxisoft authored Aug 8, 2024
2 parents 79fb49d + a63096a commit 856fbdb
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/[email protected].3
uses: actions/[email protected].6
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/[email protected].3
uses: actions/[email protected].6
with:
name: ${{ matrix.configuration }}_${{ matrix.asf_docker_tag }}_stdout
path: out.txt
Expand Down

0 comments on commit 856fbdb

Please sign in to comment.