Skip to content

Commit e536fde

Browse files
authored
Merge pull request #42 from stackql/feature/updates
fix: use upload-artifact@v7 in universal-macos job
2 parents 50aeb2e + ca41606 commit e536fde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
lipo -create arm64/stackql-deploy x86_64/stackql-deploy \
155155
-output stackql-deploy
156156
tar -czf stackql-deploy-macos-universal.tar.gz stackql-deploy
157-
- uses: actions/upload-artifact@v8
157+
- uses: actions/upload-artifact@v7
158158
with:
159159
name: stackql-deploy-macos-universal
160160
path: stackql-deploy-macos-universal.tar.gz

0 commit comments

Comments
 (0)