Skip to content

Commit 1d688c0

Browse files
Merge pull request #140 from TheDragonCode/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 8d4a7b5 + b479c3e commit 1d688c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
docker-version: ${{ env.BUILDER_VERSION }}
4343

4444
- name: Upload artifacts
45-
uses: actions/upload-artifact@v4
45+
uses: actions/upload-artifact@v5
4646
with:
4747
name: docs
4848
path: |
@@ -51,7 +51,7 @@ jobs:
5151
retention-days: 7
5252

5353
- name: Upload search indexes
54-
uses: actions/upload-artifact@v4
54+
uses: actions/upload-artifact@v5
5555
with:
5656
name: ${{ env.ARTIFACT_INDEXES }}
5757
path: artifacts/${{ env.ALGOLIA_ARTIFACT }}
@@ -89,7 +89,7 @@ jobs:
8989
echo "Sitemap: https://${{ env.DOMAIN_NAME }}/sitemap.xml" >> robots.txt
9090
9191
- name: Upload artifacts
92-
uses: actions/upload-artifact@v4
92+
uses: actions/upload-artifact@v5
9393
with:
9494
name: robots
9595
path: robots.txt

0 commit comments

Comments
 (0)