Skip to content

Commit 5a34b07

Browse files
author
Max Dymond
authored
Merge pull request #284 from Metaswitch/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
2 parents 5e8ab35 + f407e5b commit 5a34b07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
env:
4949
OS_NAME: ${{ matrix.os }}
5050
- name: Archive artifacts
51-
uses: actions/upload-artifact@v2
51+
uses: actions/upload-artifact@v3
5252
if: ${{ matrix.rust == 'stable' }}
5353
with:
5454
name: stableartifacts

0 commit comments

Comments
 (0)