Skip to content

Commit f141a6b

Browse files
authored
Merge pull request #81 from OpenVoxProject/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 68b4226 + d81a63b commit f141a6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
PDB_QUERY_OPTIMIZE_DROP_UNUSED_JOINS: ${{ matrix.drop-joins }}
7676
PDB_USE_DEPRECATED_QUERY_STREAMING_METHOD: ${{ matrix.deprecated-query-streaming }}
7777
run: ci/bin/prep-and-run-in github ${{ matrix.flavor }}
78-
- uses: actions/upload-artifact@v4
78+
- uses: actions/upload-artifact@v5
7979
with:
8080
name: "${{ steps.computed.outputs.pdb-job-id }}"
8181
path: |

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
PDB_QUERY_OPTIMIZE_DROP_UNUSED_JOINS: ${{ matrix.drop-joins }}
103103
NO_ACCEPTANCE: true
104104
run: ci/bin/prep-and-run-in github ${{ matrix.flavor }}
105-
- uses: actions/upload-artifact@v4
105+
- uses: actions/upload-artifact@v5
106106
with:
107107
name: "${{ steps.computed.outputs.pdb-job-id }}"
108108
path: |

0 commit comments

Comments
 (0)