Update actions dependency versions

This commit is contained in:
kramo
2024-01-02 16:57:09 +01:00
parent 06e4dadf3c
commit b707f90a3f
3 changed files with 7 additions and 7 deletions

View File

@@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download workflow artifact
uses: dawidd6/action-download-artifact@v2.27.0
uses: dawidd6/action-download-artifact@v3.0.0
with:
workflow: ci.yml
commit: ${{ github.sha }}