Skip to content

Commit 1df1d8f

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent f4e8d29 commit 1df1d8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/parity.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
- name: Upload parity report artifact
7979
if: always()
80-
uses: actions/upload-artifact@v6
80+
uses: actions/upload-artifact@v7
8181
with:
8282
name: parity-report
8383
path: |
@@ -156,7 +156,7 @@ jobs:
156156
echo "output_name=${OUTPUT_NAME}" >> $GITHUB_ENV
157157
158158
- name: Upload binary artifact
159-
uses: actions/upload-artifact@v6
159+
uses: actions/upload-artifact@v7
160160
with:
161161
name: ${{ env.output_name }}
162162
path: dist/${{ env.output_name }}

0 commit comments

Comments
 (0)