Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 998c5dc

Browse files
Upgrade upload artifact from v3 to v4
1 parent 65c8a54 commit 998c5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/createRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Upload packages to artifacts
9696
if: success() && env.publishPackages == 'true'
97-
uses: actions/upload-artifact@v3
97+
uses: actions/upload-artifact@v4
9898
with:
9999
name: Optimizely.Graph.Client-${{ env.packageVersion }}
100100
path: ${{ github.workspace}}/artifacts/

0 commit comments

Comments
 (0)