Skip to content

Commit 64e6ce5

Browse files
Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#4474)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 20f5016 commit 64e6ce5

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pypi-build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Build a binary wheel and a source tarball
3636
run: python3 -m build
3737
- name: Store the distribution packages
38-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
38+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3939
with:
4040
name: python-package-distributions
4141
path: dist/

.github/workflows/run-tests-monitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: python tests/parse_pymon.py
5252
- name: Upload artifacts
5353
if: ${{ always() }} # upload artifacts even if fail
54-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
54+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5555
with:
5656
name: Test_reports_${{ matrix.os }}_${{ matrix.environment }}
5757
path: test-reports

.github/workflows/test-development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: pytest -n 2 -m "not installation"
4343
- name: Upload artifacts
4444
if: ${{ always() }} # upload artifacts even if fail
45-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
45+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4646
with:
4747
name: Development_installation_test_reports
4848
path: test-reports

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: pytest -n 2 -m "not installation"
4848
- name: Upload artifacts
4949
if: ${{ always() }} # upload artifacts even if fail
50-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
50+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5151
with:
5252
name: Test_reports_${{ matrix.os }}_${{ matrix.environment }}
5353
path: test-reports

0 commit comments

Comments
 (0)