We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ffcb69 commit c50e69cCopy full SHA for c50e69c
.github/workflows/ci.yml
@@ -79,7 +79,7 @@ jobs:
79
cp dist/linux-x64/gh-actions-importer ${{ runner.temp }}/staging/actions-importer-linux-amd64
80
81
- name: publish artifacts
82
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
83
with:
84
name: actions-importer-${{ github.run_id }}
85
path: ${{ runner.temp }}/staging/*
@@ -106,7 +106,7 @@ jobs:
106
exit 1
107
}
108
- name: download artifacts
109
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
110
111
112
path: ${{ runner.temp }}/dist
0 commit comments