Skip to content

Commit

Permalink
Bump actions/upload-artifact from 2 to 3
Browse files Browse the repository at this point in the history
Dependabot couldn't find the original pull request head commit, 693d2bc.
  • Loading branch information
dependabot[bot] authored Apr 12, 2023
1 parent 654d7e3 commit 9a4debf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-pre-land.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
# # Replace this with a cargo x bench
# cargo bench --package language-benchmarks
# - name: Archive criterion results
# uses: actions/upload-artifact@v2
# uses: actions/upload-artifact@v3
# with:
# name: bench-baseline
# retention-days: 5
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
working-directory: language/move-analyzer/editors/code
run: npm run package
- name: Upload VS Code extension
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: move-analyzer-vscode-extension
path: language/move-analyzer/editors/code/move-analyzer.vsix
Expand Down

0 comments on commit 9a4debf

Please sign in to comment.