Skip to content

Commit 6356b1d

Browse files
chore(deps): update github artifact actions
1 parent d9fa03a commit 6356b1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

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

5858
- name: Upload version
59-
uses: actions/upload-artifact@v6
59+
uses: actions/upload-artifact@v7
6060
with:
6161
name: version
6262
path: version.txt

.github/workflows/upload.yml

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@v7
17+
uses: actions/download-artifact@v8
1818
with:
1919
name: version
2020
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)