3030
3131 steps :
3232 - name : 📦 Checkout
33- uses : actions/checkout@v5 .0.0
33+ uses : actions/checkout@v6 .0.1
3434 with :
3535 fetch-depth : 0
3636 ref : ${{ github.ref }}
4949 version-fragment : ' patch'
5050
5151 - name : 🔍 Check if tag exists
52- uses : mukunku/tag-exists-action@v1.6 .0
52+ uses : mukunku/tag-exists-action@v1.7 .0
5353 id : check_tag
5454 with :
5555 tag : ${{ steps.increment.outputs.next-version }}
@@ -101,7 +101,7 @@ jobs:
101101 runs-on : ubuntu-latest
102102 steps :
103103 - name : Checkout
104- uses : actions/checkout@v5 .0.0
104+ uses : actions/checkout@v6 .0.1
105105
106106 - name : 📁 Preparing the artifact Unbound
107107 run : |
@@ -112,7 +112,7 @@ jobs:
112112 zip -r ${{ needs.info.outputs.project_name }}-Unbound-${{ needs.info.outputs.project_version }}.zip shaders/
113113
114114 - name : 🚀 Upload artifact Unbound
115- uses : actions/upload-artifact@v5 .0.0
115+ uses : actions/upload-artifact@v6 .0.0
116116 with :
117117 name : ${{ needs.info.outputs.project_name }}-Unbound-${{ needs.info.outputs.project_version }}
118118 path : ./build/unbound/${{ needs.info.outputs.project_name }}-Unbound-${{ needs.info.outputs.project_version }}.zip
@@ -127,7 +127,7 @@ jobs:
127127 zip -r ${{ needs.info.outputs.project_name }}-Reimagined-${{ needs.info.outputs.project_version }}.zip shaders/
128128
129129 - name : 🚀 Upload artifact Reimagined
130- uses : actions/upload-artifact@v5 .0.0
130+ uses : actions/upload-artifact@v6 .0.0
131131 with :
132132 name : ${{ needs.info.outputs.project_name }}-Reimagined-${{ needs.info.outputs.project_version }}
133133 path : ./build/reimagined/${{ needs.info.outputs.project_name }}-Reimagined-${{ needs.info.outputs.project_version }}.zip
@@ -143,10 +143,10 @@ jobs:
143143
144144 steps :
145145 - name : 📦 Checkout
146- uses : actions/checkout@v5 .0.0
146+ uses : actions/checkout@v6 .0.1
147147
148148 - name : 📦 Download artifact
149- uses : actions/download-artifact@v6 .0.0
149+ uses : actions/download-artifact@v7 .0.0
150150 with :
151151 merge-multiple : true
152152
@@ -165,7 +165,7 @@ jobs:
165165
166166 - name : 🚀 Create release
167167 id : release
168- uses : softprops/action-gh-release@v2.4.2
168+ uses : softprops/action-gh-release@v2.5.0
169169 with :
170170 name : ${{ needs.info.outputs.project_version }}
171171 tag_name : ${{ needs.info.outputs.project_version }}
@@ -195,7 +195,7 @@ jobs:
195195 fi
196196
197197 - name : 📦 Download artifact
198- uses : actions/download-artifact@v6 .0.0
198+ uses : actions/download-artifact@v7 .0.0
199199 with :
200200 merge-multiple : true
201201
0 commit comments