Skip to content

Commit 3dde9ee

Browse files
authored
Merge pull request #2273 from roadrunner-server/dependabot/github_actions/actions/upload-artifact-6
2 parents 6a9a71c + ccd4d40 commit 3dde9ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

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

133133
- name: Upload artifact
134-
uses: actions/upload-artifact@v5
134+
uses: actions/upload-artifact@v6
135135
with:
136136
name: ${{ steps.dist-dir.outputs.name }}
137137
path: ${{ steps.dist-arch.outputs.name }}

.github/workflows/release_grpc.yml

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

129129
- name: Upload artifact
130-
uses: actions/upload-artifact@v5
130+
uses: actions/upload-artifact@v6
131131
with:
132132
name: ${{ steps.dist-dir.outputs.name }}
133133
path: ${{ steps.dist-arch.outputs.name }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
run: ./rr -v
109109

110110
- name: Upload artifact
111-
uses: actions/upload-artifact@v5
111+
uses: actions/upload-artifact@v6
112112
with:
113113
name: rr-${{ matrix.os }}
114114
path: ./rr

0 commit comments

Comments
 (0)