Skip to content

Commit

Permalink
Revert "build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0 (
Browse files Browse the repository at this point in the history
…#527)" (#537)

This reverts commit 8e5cefb.
  • Loading branch information
psekar authored Jan 9, 2024
1 parent db838bd commit e4b7ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0
- name: Generate Release Notes
run: sed -n -e "1{/# /d;}" -e "2{/^$/d;}" -e "/# $(git describe --abbrev=0 --exclude="$(git describe --abbrev=0 --match='v*.*.*' --tags)" --match='v*.*.*' --tags | tr -d v)/q;p" CHANGELOG.md > release-notes.txt
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
name: release-notes
path: release-notes.txt
Expand Down

0 comments on commit e4b7ff1

Please sign in to comment.