File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5151 key : pre-commit-4|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml')
5252 }}
5353 - name : Provide log as artifact
54- uses : actions/upload-artifact@v3
54+ uses : actions/upload-artifact@v4
5555 if : ${{ always() }}
5656 with :
5757 name : precommit-logs
Original file line number Diff line number Diff line change 3131 make test_server
3232 - name : Store results
3333 if : ${{ always() }}
34- uses : actions/upload-artifact@v1
34+ uses : actions/upload-artifact@v4
3535 with :
3636 name : Test_Output_ki6
3737 path : output
Original file line number Diff line number Diff line change 4949 mv *.deb output
5050
5151 - name : Store
52- uses : actions/upload-artifact@v1
52+ uses : actions/upload-artifact@v4
5353 with :
5454 name : package
5555 path : output
6262 uses : actions/checkout@v1
6363
6464 - name : Retrieve
65- uses : actions/download-artifact@v1
65+ uses : actions/download-artifact@v4
6666 with :
6767 name : package
6868
You can’t perform that action at this time.
0 commit comments