Skip to content

Commit 8c2ee65

Browse files
authored
Update upload-artifact
1 parent b66113b commit 8c2ee65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
HONEYBADGER_TOKEN: ${{ secrets.HONEYBADGER_TOKEN }}
5151
run: |
5252
curl https://api.honeybadger.io/v1/check_in/${HONEYBADGER_TOKEN}
53-
- uses: actions/upload-artifact@v2
53+
- uses: actions/upload-artifact@v4
5454
if: github.event_name != 'schedule'
5555
with:
5656
name: site

0 commit comments

Comments
 (0)