Skip to content

Commit 4588ddc

Browse files
authored
Merge branch 'main' into rix0rrr-patch-1
2 parents 49fce3f + e80ca4d commit 4588ddc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
ref: gh-pages
6060
token: ${{ secrets.PROJEN_GITHUB_TOKEN }}
6161
- name: Download Artifact
62-
uses: actions/download-artifact@v5
62+
uses: actions/download-artifact@v6
6363
with:
6464
name: doc-site
6565
path: ${{ runner.temp }}/site

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ jobs:
331331
steps:
332332
# Check out the code
333333
- name: Download Artifact
334-
uses: actions/download-artifact@v5
334+
uses: actions/download-artifact@v6
335335
with:
336336
name: built-tree
337337
- name: Extract Artifact
@@ -431,7 +431,7 @@ jobs:
431431
steps:
432432
# Check out the code
433433
- name: Download Artifact
434-
uses: actions/download-artifact@v5
434+
uses: actions/download-artifact@v6
435435
with:
436436
name: release-package
437437
path: ${{ runner.temp }}/release-package

.github/workflows/yarn-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
uses: actions/checkout@v5
123123

124124
- name: Download patch
125-
uses: actions/download-artifact@v5
125+
uses: actions/download-artifact@v6
126126
with:
127127
name: upgrade.patch
128128
path: ${{ runner.temp }}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
mypy==1.18.2
2-
pip==25.2 # required to use --config-settings
2+
pip==25.3 # required to use --config-settings

0 commit comments

Comments
 (0)