Skip to content

Commit

Permalink
Merge pull request #155 from github/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
fjaeckel authored Jan 9, 2025
2 parents 29d690f + b260423 commit 5b871f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Tar files
run: tar -cvf glb-director.tar $GITHUB_WORKSPACE/tmp/build
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: glb-director
path: glb-director.tar

0 comments on commit 5b871f4

Please sign in to comment.