Skip to content

Commit bb42028

Browse files
Merge pull request #229 from TheDragonCode/dependabot/github_actions/actions/upload-artifact-5
2 parents 4cc0f07 + 726099a commit bb42028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
docker-version: ${{ env.BUILDER_VERSION }}
3434

3535
- name: Upload artifacts
36-
uses: actions/upload-artifact@v4
36+
uses: actions/upload-artifact@v5
3737
with:
3838
name: docs
3939
path: |
@@ -74,7 +74,7 @@ jobs:
7474
echo "Sitemap: https://${{ env.DOMAIN_NAME }}/sitemap.xml" >> robots.txt
7575
7676
- name: Upload artifacts
77-
uses: actions/upload-artifact@v4
77+
uses: actions/upload-artifact@v5
7878
with:
7979
name: robots
8080
path: robots.txt

0 commit comments

Comments
 (0)