Skip to content

Commit 5769961

Browse files
chore(deps): update github artifact actions
1 parent f47fcb6 commit 5769961

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: echo "${{ env.VERSION }}" > version.txt
5555

5656
- name: Upload version
57-
uses: actions/upload-artifact@v4
57+
uses: actions/upload-artifact@v5
5858
with:
5959
name: version
6060
path: version.txt

.github/workflows/upload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Download version
1616
if: github.event_name == 'workflow_run'
17-
uses: actions/download-artifact@v5
17+
uses: actions/download-artifact@v6
1818
with:
1919
name: version
2020
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)