Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4 (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 15, 2023
1 parent 0406e95 commit d8a24ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_ci_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
rsync -av --prune-empty-dirs --include "*/" --include "*.proto" --exclude "*" ni/ ${{ runner.temp }}/staging/ni/
- name: Upload proto artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ni-apis
path: |
Expand Down

0 comments on commit d8a24ca

Please sign in to comment.