Skip to content

Commit 995c7df

Browse files
Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#1172)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v7...v7.0.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 641baa2 commit 995c7df

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: dotnet fsi build.fsx
4646

4747
- name: Upload test results
48-
uses: actions/upload-artifact@v7
48+
uses: actions/upload-artifact@v7.0.1
4949
if: failure()
5050
with:
5151
name: test-results-${{ matrix.os }}

.github/workflows/push-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: dotnet fsi build.fsx
4444

4545
- name: Upload test results
46-
uses: actions/upload-artifact@v7
46+
uses: actions/upload-artifact@v7.0.1
4747
if: failure()
4848
with:
4949
name: test-results-ubuntu

.github/workflows/repo-assist.lock.yml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)