Skip to content

Commit

Permalink
chore(deps): bump actions/upload-artifact from 4.4.2 to 4.4.3
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@8448086...b4b15b8)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Laubi committed Oct 10, 2024
1 parent e50f5ab commit ca1e258
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: make test testopts="--junitfile test-result-ubuntu-latest-unit.xml"

- name: ⬆️ Upload Test Results
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 #v4.4.2
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 #v4.4.3
if: always()
with:
name: Test Results - Unit
Expand All @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Upload
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 #v4.4.2
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 #v4.4.3
with:
name: event_file
path: ${{ github.event_path }}
14 changes: 7 additions & 7 deletions .github/workflows/end-to-end-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
OAUTH_TOKEN_ENDPOINT: ${{ secrets.OAUTH_TOKEN_ENDPOINT }}

- name: ⬆️ Upload Test Results
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 #v4.4.2
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 #v4.4.3
if: always()
with:
name: Test Results - Integration
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
OAUTH_TOKEN_ENDPOINT: ${{ secrets.OAUTH_TOKEN_ENDPOINT }}

- name: ⬆️ Upload Test Results
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 #v4.4.2
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 #v4.4.3
if: always()
with:
name: Test Results - Integration Legacy
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
OAUTH_TOKEN_ENDPOINT: ${{ secrets.OAUTH_TOKEN_ENDPOINT }}

- name: ⬆️ Upload Test Results
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 #v4.4.2
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 #v4.4.3
if: always()
with:
name: Test Results - Integration Download
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
OAUTH_TOKEN_ENDPOINT: ${{ secrets.OAUTH_TOKEN_ENDPOINT }}

- name: ⬆️ Upload Test Results
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 #v4.4.2
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 #v4.4.3
if: always()
with:
name: Test Results - Account Management
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
run: make test testopts="--junitfile test-result-windows-latest-unit.xml"

- name: ⬆️ Upload Test Results
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 #v4.4.2
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 #v4.4.3
if: always()
with:
name: Test Results - Unit Windows
Expand Down Expand Up @@ -297,7 +297,7 @@ jobs:
OAUTH_TOKEN_ENDPOINT: ${{ secrets.OAUTH_TOKEN_ENDPOINT }}

- name: ⬆️ Upload Test Results
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 #v4.4.2
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 #v4.4.3
if: always()
with:
name: Test Results - Integration Nightly
Expand All @@ -309,7 +309,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Upload
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 #v4.4.2
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 #v4.4.3
with:
name: event_file
path: ${{ github.event_path }}

0 comments on commit ca1e258

Please sign in to comment.