Skip to content

Commit

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

Bump actions/upload-artifact from 3.1.2 to 3.1.3
  • Loading branch information
maxisoft authored Oct 29, 2023
2 parents 0d22626 + 19fbabe commit ede1e01
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].2
uses: actions/[email protected].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/[email protected].2
uses: actions/[email protected].3
with:
name: ${{ matrix.configuration }}_${{ matrix.asf_docker_tag }}_stdout
path: out.txt
Expand Down

0 comments on commit ede1e01

Please sign in to comment.