Skip to content

Commit c7124c2

Browse files
dependabot[bot]aaltat
authored andcommitted
Bump actions/upload-artifact from 1 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v1...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 b901165 commit c7124c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Run acceptance tests
3737
run: |
3838
python atest/run.py
39-
- uses: actions/upload-artifact@v1
39+
- uses: actions/upload-artifact@v3
4040
if: ${{ always() }}
4141
with:
4242
name: atest_results

0 commit comments

Comments
 (0)