Skip to content

Commit a72278c

Browse files
Update GitHub Actions (#1124)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e8ace02 commit a72278c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Upload a Build Artifact
3737
if: always() && steps.prepare-artifact.outcome == 'success'
3838
continue-on-error: true
39-
uses: actions/upload-artifact@v6
39+
uses: actions/upload-artifact@v7
4040
with:
4141
name: pull-request-payload
4242
path: pull_request_payload.json

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: uv build --all-packages
7373

7474
- name: Upload build files
75-
uses: actions/upload-artifact@v6
75+
uses: actions/upload-artifact@v7
7676
with:
7777
name: "dist"
7878
path: "dist/"
@@ -91,7 +91,7 @@ jobs:
9191

9292
steps:
9393
- name: Download the distribution files from build artifact
94-
uses: actions/download-artifact@v7
94+
uses: actions/download-artifact@v8
9595
with:
9696
name: "dist"
9797
path: "dist/"
@@ -116,7 +116,7 @@ jobs:
116116

117117
steps:
118118
- name: Download the distribution files from build artifact
119-
uses: actions/download-artifact@v7
119+
uses: actions/download-artifact@v8
120120
with:
121121
name: "dist"
122122
path: "dist/"

0 commit comments

Comments
 (0)