Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# Testing arm on MacOS is currently not supported by Github
CIBW_TEST_SKIP: "*-macosx_universal2:arm64"

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl

Expand All @@ -83,7 +83,7 @@ jobs:
pip install cython
python setup.py sdist

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
path: dist/*.tar.gz

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
rst2html.py CHANGELOG.rst CHANGELOG.html

- name: Upload CHANGELOG.rst
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: changelog
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: github/codeql-action/analyze@v1

- name: upload_artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: CodeQL Analysis Sarif
path: /home/runner/work/dd-trace-py/results/python.sarif
2 changes: 1 addition & 1 deletion .github/workflows/django-overhead-profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
bash scripts/profiles/django-simple/run.sh ${PREFIX}

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: django-overhead-profile
path: ${{ github.workspace }}/prefix/artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/encoders-profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
sed -i 's|${{ github.workspace }}/ddtrace/||g' ${PREFIX}/artifacts/$a
done

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: encoders-profile
path: ${{ github.workspace }}/prefix/artifacts
Expand Down