Skip to content

Commit c2be2ef

Browse files
authored
Merge pull request #2298 from roadrunner-server/dependabot/github_actions/actions/upload-artifact-7
chore(deps): bump actions/upload-artifact from 6 to 7
2 parents b407a9c + 33cf5ed commit c2be2ef

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
if: matrix.archiver == 'zip'
126126
run: zip -r -q "${{ steps.dist-arch.outputs.name }}" "${{ steps.dist-dir.outputs.name }}"
127127
- name: Upload artifact
128-
uses: actions/upload-artifact@v6
128+
uses: actions/upload-artifact@v7
129129
with:
130130
name: ${{ steps.dist-dir.outputs.name }}
131131
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
@@ -118,7 +118,7 @@ jobs:
118118
if: matrix.archiver == 'zip'
119119
run: zip -r -q "${{ steps.dist-arch.outputs.name }}" "${{ steps.dist-dir.outputs.name }}"
120120
- name: Upload artifact
121-
uses: actions/upload-artifact@v6
121+
uses: actions/upload-artifact@v7
122122
with:
123123
name: ${{ steps.dist-dir.outputs.name }}
124124
path: ${{ steps.dist-arch.outputs.name }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
if: matrix.os == 'linux'
8888
run: ./rr -v
8989
- name: Upload artifact
90-
uses: actions/upload-artifact@v6
90+
uses: actions/upload-artifact@v7
9191
with:
9292
name: rr-${{ matrix.os }}
9393
path: ./rr

0 commit comments

Comments
 (0)