Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.2.0 to 4.3.0
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@694cdab...26f96df)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and galovics committed Jan 24, 2024
1 parent 3c238b9 commit 4357eb2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Archive test results
if: always()
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v3
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v3
with:
name: test-results
path: |
Expand All @@ -99,7 +99,7 @@ jobs:
- name: Archive server logs
if: always()
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v3
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v3
with:
name: server-logs
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Archive test results
if: always()
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v3
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v3
with:
name: test-results
path: |
Expand All @@ -99,7 +99,7 @@ jobs:
- name: Archive server logs
if: always()
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v3
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v3
with:
name: server-logs
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Archive test results
if: always()
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v3
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v3
with:
name: test-results
path: |
Expand All @@ -100,7 +100,7 @@ jobs:
- name: Archive server logs
if: always()
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v3
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v3
with:
name: server-logs
path: |
Expand Down

0 comments on commit 4357eb2

Please sign in to comment.