diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-12-02 11:25:34 +0000 |
|---|---|---|
| committer | John Villalovos <john@sodarock.com> | 2022-12-02 05:36:55 -0600 |
| commit | 64ca5972468ab3b7e3a01e88ab9bb8e8bb9a3de1 (patch) | |
| tree | 1384dc74748fbf44e8ff94472060794dbcc8222a | |
| parent | 21e767d8719372daadcea446f835f970210a6b6b (diff) | |
| download | gitlab-64ca5972468ab3b7e3a01e88ab9bb8e8bb9a3de1.tar.gz | |
chore(deps): update actions/download-artifact action to v3
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7b30856..be264a4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -130,7 +130,7 @@ jobs: uses: actions/setup-python@v4.3.0 with: python-version: '3.11' - - uses: actions/download-artifact@v2.1.0 + - uses: actions/download-artifact@v3.0.1 with: name: dist path: dist |
