Skip to content

Commit

Permalink
Merge pull request #3789 from telepresenceio/thallgren/upload-artifac…
Browse files Browse the repository at this point in the history
…ts-update

Upgrade actions/upload-artifact to v4
  • Loading branch information
thallgren authored Feb 3, 2025
2 parents 90bad2e + 5d5c9d0 commit 0550d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/upload-logs/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
shell: bash
name: Gather logs
- name: Upload logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
# If an environment variable LOG_SUFFIX is set, it will be appended to the log filename.
name: ${{github.job}}-logs-${{ env.LOG_SUFFIX }}
Expand Down

0 comments on commit 0550d8d

Please sign in to comment.