Skip to content

Commit 4a7cf4f

Browse files
authored
Merge pull request #216 from OpenVoxProject/dependabot/github_actions/actions/upload-artifact-7
Chore(deps): Bump actions/upload-artifact from 6 to 7
2 parents 8317815 + 1cabaf4 commit 4a7cf4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
echo "describe=${DESCRIBE//-/.}" >> $GITHUB_OUTPUT
110110
- name: Upload build artifacts
111111
id: upload
112-
uses: actions/upload-artifact@v6
112+
uses: actions/upload-artifact@v7
113113
with:
114114
name: openvox-server-${{ steps.version.outputs.describe }}.zip
115115
path: output/

0 commit comments

Comments
 (0)