Skip to content

Commit

Permalink
Update github actions artifact to version 4.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-appel committed Sep 17, 2024
1 parent 1ba625a commit 14c7ac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coq-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- coq_version: dev
bit_size: 32
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.7
with:
submodules: true
- uses: coq-community/docker-coq-action@v1
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- name: 'Create archive'
run: tar -cpvzf archive.tgz * .depend
- name: 'Upload archive'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.1.7
with:
name: 'VST build artifacts ${{matrix.coq_version}} ${{matrix.bit_size}}'
path: archive.tgz
Expand Down

0 comments on commit 14c7ac1

Please sign in to comment.