Skip to content

Commit 1be32e5

Browse files
Merge pull request #7 from package-wizard/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 506daca + 1bddb18 commit 1be32e5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
docker-version: ${{ env.BUILDER_VERSION }}
5656

5757
- name: Upload artifacts
58-
uses: actions/upload-artifact@v5
58+
uses: actions/upload-artifact@v6
5959
with:
6060
name: docs
6161
path: |
@@ -64,7 +64,7 @@ jobs:
6464
retention-days: 7
6565

6666
- name: Upload search indexes
67-
uses: actions/upload-artifact@v5
67+
uses: actions/upload-artifact@v6
6868
with:
6969
name: ${{ env.ARTIFACT_INDEXES }}
7070
path: artifacts/${{ env.ALGOLIA_ARTIFACT }}
@@ -102,7 +102,7 @@ jobs:
102102
echo "Sitemap: https://${{ env.DOMAIN_NAME }}/sitemap.xml" >> robots.txt
103103
104104
- name: Upload artifacts
105-
uses: actions/upload-artifact@v5
105+
uses: actions/upload-artifact@v6
106106
with:
107107
name: robots
108108
path: robots.txt
@@ -137,7 +137,7 @@ jobs:
137137
curl -O https://raw.githubusercontent.com/package-wizard/installer/refs/heads/main/resources/schemas/example-v2.json
138138
139139
- name: Upload artifacts
140-
uses: actions/upload-artifact@v5
140+
uses: actions/upload-artifact@v6
141141
with:
142142
name: schemas
143143
path: |

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
docker-version: ${{ env.BUILDER_VERSION }}
4747

4848
- name: Upload artifacts
49-
uses: actions/upload-artifact@v5
49+
uses: actions/upload-artifact@v6
5050
with:
5151
name: docs
5252
path: |

0 commit comments

Comments
 (0)