Skip to content

Commit 822a131

Browse files
Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e88fd04 commit 822a131

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
venv-wheel/bin/python -c "import aesara;print(aesara.__version__)"
5151
echo "Checking for lazylinker_c.c..."
5252
test -n "$(find . -name lazylinker_c.c)" && echo "Found lazylinker_c.c"
53-
- uses: actions/upload-artifact@v2
53+
- uses: actions/upload-artifact@v3
5454
with:
5555
name: artifact
5656
path: dist/*

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
FLOAT32: ${{ matrix.float32 }}
144144

145145
- name: Upload coverage file
146-
uses: actions/upload-artifact@v2
146+
uses: actions/upload-artifact@v3
147147
with:
148148
name: coverage
149149
path: coverage/coverage-${{ steps.matrix-id.outputs.id }}.xml

0 commit comments

Comments
 (0)