Skip to content

Commit

Permalink
Merge pull request #41 from cycdpoCodeLab/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
cycjimmy authored Dec 20, 2023
2 parents 6c68db1 + 13a3bb7 commit 5ca3f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setVariables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
mkdir -p ./test
echo 1 > ./test/state
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: state
path: test/
Expand Down

0 comments on commit 5ca3f1f

Please sign in to comment.