Skip to content

Commit 4a92f30

Browse files
committed
Use upload-artifact@v4
1 parent 3463bcf commit 4a92f30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
tags:
66
- 'v*.*'
77
workflow_dispatch:
8-
8+
99
jobs:
1010
build:
1111

@@ -39,6 +39,6 @@ jobs:
3939
files: 'SourceUtils.zip'
4040
- name: Upload Artifacts
4141
if: ${{ github.event_name == 'workflow_dispatch' }}
42-
uses: actions/upload-artifact@v3
42+
uses: actions/upload-artifact@v4
4343
with:
4444
path: 'SourceUtils.zip'

0 commit comments

Comments
 (0)