Skip to content

Commit c6497dc

Browse files
authored
Merge pull request #294 from roadrunner-server/dependabot/github_actions/actions/upload-artifact-6
build(deps): bump actions/upload-artifact from 5 to 6
2 parents 3465f8a + 147692a commit c6497dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
run: zip -r -q "${{ steps.dist-arch.outputs.name }}" "${{ steps.dist-dir.outputs.name }}"
105105

106106
- name: Upload artifact
107-
uses: actions/upload-artifact@v5
107+
uses: actions/upload-artifact@v6
108108
with:
109109
name: ${{ steps.dist-dir.outputs.name }}
110110
path: ${{ steps.dist-arch.outputs.name }}

0 commit comments

Comments
 (0)