Skip to content

Commit de421a8

Browse files
Merge pull request #67 from Laravel-Lang/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 172e6b0 + 41c122d commit de421a8

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
@@ -80,7 +80,7 @@ jobs:
8080
docker-version: ${{ env.BUILDER_VERSION }}
8181

8282
- name: Upload artifacts
83-
uses: actions/upload-artifact@v4
83+
uses: actions/upload-artifact@v5
8484
with:
8585
name: docs
8686
path: |
@@ -89,7 +89,7 @@ jobs:
8989
retention-days: 7
9090

9191
- name: Upload search indexes
92-
uses: actions/upload-artifact@v4
92+
uses: actions/upload-artifact@v5
9393
with:
9494
name: ${{ env.ARTIFACT_INDEXES }}
9595
path: artifacts/${{ env.ALGOLIA_ARTIFACT }}
@@ -154,7 +154,7 @@ jobs:
154154
cd ..
155155
156156
- name: Update search indexes
157-
uses: actions/upload-artifact@v4
157+
uses: actions/upload-artifact@v5
158158
with:
159159
name: ${{ env.ARTIFACT_INDEXES_CLEARED }}
160160
path: ${{ env.ARTIFACT_INDEXES }}/${{ env.ALGOLIA_ARTIFACT }}
@@ -175,7 +175,7 @@ jobs:
175175
echo "Sitemap: https://${{ env.DOMAIN_NAME }}/sitemap.xml" >> robots.txt
176176
177177
- name: Upload artifacts
178-
uses: actions/upload-artifact@v4
178+
uses: actions/upload-artifact@v5
179179
with:
180180
name: robots
181181
path: robots.txt

.github/workflows/tests.yml

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

6666
- name: Upload artifacts
67-
uses: actions/upload-artifact@v4
67+
uses: actions/upload-artifact@v5
6868
with:
6969
name: docs
7070
path: |

0 commit comments

Comments
 (0)