diff options
author | 2022-11-05 17:47:52 -0400 | |
---|---|---|
committer | 2022-11-05 17:47:52 -0400 | |
commit | 46231add034efd625a0d79eb4c9da907655fe536 (patch) | |
tree | 41ba6ab21239bcf38875cbb46d4cbaf0a08d9852 | |
parent | allow manual rebuilds of the container (diff) |
bump forgotten actions/dlownload-artifact@v2
-rw-r--r-- | .github/workflows/test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c0efbe4..acbfd1f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -18,7 +18,7 @@ jobs: steps: - name: Download image artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: ${{ inputs.artifact }} |