We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b3ef4 commit 495875aCopy full SHA for 495875a
.github/workflows/release.yml
@@ -79,10 +79,10 @@ jobs:
79
# Upload as artifact in dry-run mode
80
- name: Upload Build Artifact
81
if: ${{ inputs.dryrun }}
82
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
+ uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
83
with:
84
name: coder-desktop-build
85
- path: ${{ github.workspace }}/out
+ path: ${{ github.workspace }}/outputs//out
86
retention-days: 7
87
88
# Upload to release in non-dry-run mode
0 commit comments