Skip to content

Commit

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

Bump actions/upload-artifact from 4.4.0 to 4.4.3
  • Loading branch information
maxisoft authored Oct 13, 2024
2 parents fa2e98c + d3131f0 commit 299ff90
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 @@ -171,7 +171,7 @@ jobs:
- name: Upload generic
continue-on-error: true
uses: actions/[email protected].0
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 @@ -128,7 +128,7 @@ jobs:
- name: Upload 7z artifact
continue-on-error: true
if: always()
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: ${{ matrix.configuration }}_${{ matrix.asf_docker_tag }}_stdout
path: tmp_7z/output.7z
Expand Down

0 comments on commit 299ff90

Please sign in to comment.