Skip to content

Commit

Permalink
Update actions/upload-artifact action to v3.1.1
Browse files Browse the repository at this point in the history
| datasource  | package                 | from   | to     |
| ----------- | ----------------------- | ------ | ------ |
| github-tags | actions/upload-artifact | v3.0.0 | v3.1.1 |
| github-tags | actions/upload-artifact | v3.0.0 | v3.1.1 |
  • Loading branch information
renovate[bot] committed Nov 20, 2022
1 parent d8c65a0 commit 75b3334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo "::set-output name=endpoints-version::$(head -n 1 build/semver/version.txt)"
- name: Upload reports
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.1.1
with:
name: 'reports-${{ matrix.os }}'
path: '**/build/reports/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
arguments: build --scan --stacktrace

- name: Upload reports
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.1.1
with:
name: 'reports-${{ matrix.os }}'
path: '**/build/reports/**'
Expand Down

0 comments on commit 75b3334

Please sign in to comment.